]> git.lizzy.rs Git - rust.git/blob - tests/ui/resolve/issue-49074.stderr
Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark-Simulacrum
[rust.git] / tests / ui / resolve / issue-49074.stderr
1 error: cannot find macro `bar` in this scope
2   --> $DIR/issue-49074.rs:12:4
3    |
4 LL |    bar!();
5    |    ^^^
6    |
7    = help: have you added the `#[macro_use]` on the module/import?
8
9 error: cannot find attribute `marco_use` in this scope
10   --> $DIR/issue-49074.rs:3:3
11    |
12 LL | #[marco_use] // typo
13    |   ^^^^^^^^^ help: a built-in attribute with a similar name exists: `macro_use`
14
15 error: aborting due to 2 previous errors
16