summaryrefslogtreecommitdiffstats
path: root/tests/ui/cfg/diagnostics-not-a-def.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/cfg/diagnostics-not-a-def.stderr')
-rw-r--r--tests/ui/cfg/diagnostics-not-a-def.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ui/cfg/diagnostics-not-a-def.stderr b/tests/ui/cfg/diagnostics-not-a-def.stderr
new file mode 100644
index 000000000..af0e1a172
--- /dev/null
+++ b/tests/ui/cfg/diagnostics-not-a-def.stderr
@@ -0,0 +1,9 @@
+error[E0425]: cannot find function `i_am_not` in module `inner`
+ --> $DIR/diagnostics-not-a-def.rs:11:12
+ |
+LL | inner::i_am_not();
+ | ^^^^^^^^ not found in `inner`
+
+error: aborting due to previous error
+
+For more information about this error, try `rustc --explain E0425`.