summaryrefslogtreecommitdiffstats
path: root/src/test/ui/macros/macro_path_as_generic_bound.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/macro_path_as_generic_bound.stderr')
-rw-r--r--src/test/ui/macros/macro_path_as_generic_bound.stderr9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/ui/macros/macro_path_as_generic_bound.stderr b/src/test/ui/macros/macro_path_as_generic_bound.stderr
new file mode 100644
index 000000000..00d954d24
--- /dev/null
+++ b/src/test/ui/macros/macro_path_as_generic_bound.stderr
@@ -0,0 +1,9 @@
+error[E0433]: failed to resolve: use of undeclared crate or module `m`
+ --> $DIR/macro_path_as_generic_bound.rs:7:6
+ |
+LL | foo!(m::m2::A);
+ | ^ use of undeclared crate or module `m`
+
+error: aborting due to previous error
+
+For more information about this error, try `rustc --explain E0433`.