summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T17024.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T17024.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/T17024.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T17024.stderr b/testsuite/tests/typecheck/should_compile/T17024.stderr
index c3d18ffd87..f7d1672553 100644
--- a/testsuite/tests/typecheck/should_compile/T17024.stderr
+++ b/testsuite/tests/typecheck/should_compile/T17024.stderr
@@ -1,5 +1,5 @@
-T17024.hs:18:42: warning: [-Wpartial-type-signatures (in -Wdefault)]
+T17024.hs:18:42: warning: [GHC-88464] [-Wpartial-type-signatures (in -Wdefault)]
• Found type wildcard ‘_’ standing for ‘c’
Where: ‘c’ is a rigid type variable bound by
the inferred type of foo :: (a -> b -> c) -> HList '[a, b] -> c