Skip to content

Disable defer-type-errors in :kind

Krzysztof Gogolewski requested to merge wip/T24024 into master

If :kind is given an invalid type when -fdefer-type-errors is on, we get an assertion failure or a bogus output such as Int Int :: k.

Fixes #24024

Merge request reports