diff options
author | Haskell-mouse <rinat.stryungis@serokell.io> | 2023-04-03 14:03:06 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2023-04-03 19:31:26 -0400 |
commit | 8b092910ac18a2b5dc97a29ced9fc469c663a03b (patch) | |
tree | 80c1d763922a2fbf9e343ac6cbc2cf6de35c5c0a /testsuite/tests/rename/should_fail/rnfail017.stderr | |
parent | a8e36892689bd6b8fb472844f79aeeddeda92e0a (diff) | |
download | haskell-8b092910ac18a2b5dc97a29ced9fc469c663a03b.tar.gz |
Convert diagnostics in GHC.Rename.HsType to proper TcRnMessage
I've turned all occurrences of TcRnUnknownMessage in GHC.Rename.HsType
module into a proper TcRnMessage.
Instead, these TcRnMessage messages were introduced:
TcRnDataKindsError
TcRnUnusedQuantifiedTypeVar
TcRnIllegalKindSignature
TcRnUnexpectedPatSigType
TcRnSectionPrecedenceError
TcRnPrecedenceParsingError
TcRnIllegalKind
TcRnNegativeNumTypeLiteral
TcRnUnexpectedKindVar
TcRnBindMultipleVariables
TcRnBindVarAlreadyInScope
Diffstat (limited to 'testsuite/tests/rename/should_fail/rnfail017.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/rnfail017.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rename/should_fail/rnfail017.stderr b/testsuite/tests/rename/should_fail/rnfail017.stderr index de2990864f..b286d22c60 100644 --- a/testsuite/tests/rename/should_fail/rnfail017.stderr +++ b/testsuite/tests/rename/should_fail/rnfail017.stderr @@ -1,8 +1,8 @@ -rnfail017.hs:5:10: +rnfail017.hs:5:10: [GHC-88747] Precedence parsing error cannot mix ‘+’ [infixl 6] and prefix `-' [infixl 6] in the same infix expression -rnfail017.hs:6:10: +rnfail017.hs:6:10: [GHC-88747] Precedence parsing error cannot mix ‘*’ [infixl 7] and prefix `-' [infixl 6] in the same infix expression |