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, 0 insertions, 9 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
deleted file mode 100644
index 00d954d24..000000000
--- a/src/test/ui/macros/macro_path_as_generic_bound.stderr
+++ /dev/null
@@ -1,9 +0,0 @@
-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`.