diff options
Diffstat (limited to '')
-rw-r--r-- | tests/ui/macros/issue-88228.stderr (renamed from src/test/ui/macros/issue-88228.stderr) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/macros/issue-88228.stderr b/tests/ui/macros/issue-88228.stderr index 62afa67a7..fe8a1deae 100644 --- a/src/test/ui/macros/issue-88228.stderr +++ b/tests/ui/macros/issue-88228.stderr @@ -4,7 +4,7 @@ error: cannot find macro `bla` in this scope LL | bla!(); | ^^^ | - = note: consider importing this macro: + = help: consider importing this macro: crate::hey::bla error: cannot find derive macro `println` in this scope @@ -21,7 +21,7 @@ error: cannot find derive macro `Bla` in this scope LL | #[derive(Bla)] | ^^^ | - = note: consider importing this derive macro: + = help: consider importing this derive macro: crate::hey::Bla error: aborting due to 3 previous errors |