summaryrefslogtreecommitdiffstats
path: root/tests/ui/empty/empty-macro-use.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/empty/empty-macro-use.stderr')
-rw-r--r--tests/ui/empty/empty-macro-use.stderr8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/ui/empty/empty-macro-use.stderr b/tests/ui/empty/empty-macro-use.stderr
index e0b3b8685..cdf3ff83c 100644
--- a/tests/ui/empty/empty-macro-use.stderr
+++ b/tests/ui/empty/empty-macro-use.stderr
@@ -4,8 +4,10 @@ error: cannot find macro `macro_two` in this scope
LL | macro_two!();
| ^^^^^^^^^
|
- = help: consider importing this macro:
- two_macros::macro_two
+help: consider importing this macro
+ |
+LL + use two_macros::macro_two;
+ |
-error: aborting due to previous error
+error: aborting due to 1 previous error