]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macro-path-prelude-fail-3.stderr
resolve: Implement prelude search for macro paths
[rust.git] / src / test / ui / macro-path-prelude-fail-3.stderr
1 error: expected a macro, found non-macro attribute
2   --> $DIR/macro-path-prelude-fail-3.rs:13:10
3    |
4 LL | #[derive(inline)] //~ ERROR expected a macro, found non-macro attribute
5    |          ^^^^^^
6
7 error: expected a macro, found non-macro attribute
8   --> $DIR/macro-path-prelude-fail-3.rs:17:5
9    |
10 LL |     inline!(); //~ ERROR expected a macro, found non-macro attribute
11    |     ^^^^^^
12
13 error: aborting due to 2 previous errors
14