summaryrefslogtreecommitdiff
path: root/testsuite/tests/th/T20179.stderr
Commit message (Collapse)AuthorAgeFilesLines
* Catch type-checker exceptions when splicingSimon Peyton Jones2021-08-021-0/+10
In GHC.Tc.Gen.Splice.tcTopSpliceExpr we were forgetting to catch exceptions. As a result we missed the kind error in the unsolved constraints. This patch has an easy fix, which cures #20179