summaryrefslogtreecommitdiffstats
path: root/src/test/ui/resolve/issue-49074.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/resolve/issue-49074.stderr')
-rw-r--r--src/test/ui/resolve/issue-49074.stderr16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/test/ui/resolve/issue-49074.stderr b/src/test/ui/resolve/issue-49074.stderr
new file mode 100644
index 000000000..bbfeb4ea9
--- /dev/null
+++ b/src/test/ui/resolve/issue-49074.stderr
@@ -0,0 +1,16 @@
+error: cannot find macro `bar` in this scope
+ --> $DIR/issue-49074.rs:12:4
+ |
+LL | bar!();
+ | ^^^
+ |
+ = help: have you added the `#[macro_use]` on the module/import?
+
+error: cannot find attribute `marco_use` in this scope
+ --> $DIR/issue-49074.rs:3:3
+ |
+LL | #[marco_use] // typo
+ | ^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_use`
+
+error: aborting due to 2 previous errors
+