]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-path-prelude-fail-3.stderr
c9af4b66427516df4a674b863d0a2c7b5e68d057
[rust.git] / src / test / ui / macros / macro-path-prelude-fail-3.stderr
1 error: cannot find derive macro `inline` in this scope
2   --> $DIR/macro-path-prelude-fail-3.rs:13:10
3    |
4 LL | #[derive(inline)] //~ ERROR cannot find derive macro `inline` in this scope
5    |          ^^^^^^
6
7 error: cannot find macro `inline!` in this scope
8   --> $DIR/macro-path-prelude-fail-3.rs:17:5
9    |
10 LL |     inline!(); //~ ERROR cannot find macro `inline!` in this scope
11    |     ^^^^^^ help: you could try the macro: `line`
12
13 error: aborting due to 2 previous errors
14