summaryrefslogtreecommitdiff
path: root/testsuite/tests/warnings/should_compile/DodgyImports_hiding.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/warnings/should_compile/DodgyImports_hiding.stderr')
-rw-r--r--testsuite/tests/warnings/should_compile/DodgyImports_hiding.stderr4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/tests/warnings/should_compile/DodgyImports_hiding.stderr b/testsuite/tests/warnings/should_compile/DodgyImports_hiding.stderr
new file mode 100644
index 0000000000..4a30f78b16
--- /dev/null
+++ b/testsuite/tests/warnings/should_compile/DodgyImports_hiding.stderr
@@ -0,0 +1,4 @@
+DodgyImports_hiding.hs:3:31: warning: [GHC-99623] [-Wdodgy-imports (in -Wextra)]
+ The import item ‘Data.Semigroup.ArgMin(..)’ suggests that
+ ‘Data.Semigroup.ArgMin’ has (in-scope) constructors or record fields,
+ but it has none