X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=tests%2Fui%2Fempty%2Fempty-macro-use.stderr;h=e0b3b8685d6eb02ea62254083bbe848c6d168596;hb=c42fad8ff3b912719e5cbedc6756c6d1f27f8db3;hp=700f6616af40ff02586e2c66752b0d326aa32ef1;hpb=6e0c404f769ae93254dacc37338e05e07e659148;p=rust.git diff --git a/tests/ui/empty/empty-macro-use.stderr b/tests/ui/empty/empty-macro-use.stderr index 700f6616af4..e0b3b8685d6 100644 --- a/tests/ui/empty/empty-macro-use.stderr +++ b/tests/ui/empty/empty-macro-use.stderr @@ -4,7 +4,7 @@ error: cannot find macro `macro_two` in this scope LL | macro_two!(); | ^^^^^^^^^ | - = note: consider importing this macro: + = help: consider importing this macro: two_macros::macro_two error: aborting due to previous error