]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/empty/empty-macro-use.stderr
Rollup merge of #107091 - clubby789:infer-ftl-missing-dollar, r=compiler-errors
[rust.git] / tests / ui / empty / empty-macro-use.stderr
index 700f6616af40ff02586e2c66752b0d326aa32ef1..e0b3b8685d6eb02ea62254083bbe848c6d168596 100644 (file)
@@ -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