Skip to content

Fix TH + defer-type-errors interaction (#21920)

Krzysztof Gogolewski requested to merge wip/T21920 into master

Previously, we had to disable defer-type-errors in splices because of #7276 (closed).

But this fix is no longer necessary, the test T7276 no longer segfaults and is now correctly deferred.

Merge request reports