]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/missing/missing-macro-use.stderr
note -> help
[rust.git] / tests / ui / missing / missing-macro-use.stderr
index ced062269df68569795cb6fde437c35749c9a5b7..99e291cda0377ccb0e3b05362b0683372529a128 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