summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T14590.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T14590.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/T14590.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T14590.stderr b/testsuite/tests/typecheck/should_compile/T14590.stderr
index 19a4d72148..827ead2a25 100644
--- a/testsuite/tests/typecheck/should_compile/T14590.stderr
+++ b/testsuite/tests/typecheck/should_compile/T14590.stderr
@@ -1,5 +1,5 @@
-T14590.hs:4:11: warning: [-Wtyped-holes (in -Wdefault)]
+T14590.hs:4:11: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
• Found hole: _ :: Int -> Int -> Int
• In the expression: x `_`
In the expression: (x `_`) y
@@ -86,7 +86,7 @@ T14590.hs:4:11: warning: [-Wtyped-holes (in -Wdefault)]
(imported from ‘Prelude’ at T14590.hs:1:8-13
(and originally defined in ‘GHC.Base’))
-T14590.hs:5:11: warning: [-Wtyped-holes (in -Wdefault)]
+T14590.hs:5:11: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
• Found hole: _a :: Int -> Int -> Int
Or perhaps ‘_a’ is mis-spelled, or not in scope
• In the expression: x `_a`
@@ -174,7 +174,7 @@ T14590.hs:5:11: warning: [-Wtyped-holes (in -Wdefault)]
(imported from ‘Prelude’ at T14590.hs:1:8-13
(and originally defined in ‘GHC.Base’))
-T14590.hs:6:11: warning: [-Wtyped-holes (in -Wdefault)]
+T14590.hs:6:11: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
• Found hole: _ :: Int -> Int -> Int
• In the expression: (`_` x) y
In an equation for ‘f3’: f3 x y = (`_` x) y
@@ -260,7 +260,7 @@ T14590.hs:6:11: warning: [-Wtyped-holes (in -Wdefault)]
(imported from ‘Prelude’ at T14590.hs:1:8-13
(and originally defined in ‘GHC.Base’))
-T14590.hs:7:11: warning: [-Wtyped-holes (in -Wdefault)]
+T14590.hs:7:11: warning: [GHC-88464] [-Wtyped-holes (in -Wdefault)]
• Found hole: _a :: Int -> Int -> Int
Or perhaps ‘_a’ is mis-spelled, or not in scope
• In the expression: (`_a` x) y