diff options
Diffstat (limited to 'tests/ui/empty/empty-macro-use.stderr')
-rw-r--r-- | tests/ui/empty/empty-macro-use.stderr | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/ui/empty/empty-macro-use.stderr b/tests/ui/empty/empty-macro-use.stderr new file mode 100644 index 000000000..e0b3b8685 --- /dev/null +++ b/tests/ui/empty/empty-macro-use.stderr @@ -0,0 +1,11 @@ +error: cannot find macro `macro_two` in this scope + --> $DIR/empty-macro-use.rs:7:5 + | +LL | macro_two!(); + | ^^^^^^^^^ + | + = help: consider importing this macro: + two_macros::macro_two + +error: aborting due to previous error + |