]> git.lizzy.rs Git - rust.git/blob - src/test/ui/tool-attributes/tool-attributes-misplaced-2.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / tool-attributes / tool-attributes-misplaced-2.stderr
1 error: expected a macro, found tool attribute
2   --> $DIR/tool-attributes-misplaced-2.rs:11:10
3    |
4 LL | #[derive(rustfmt::skip)] //~ ERROR expected a macro, found tool attribute
5    |          ^^^^^^^^^^^^^
6
7 error: expected a macro, found tool attribute
8   --> $DIR/tool-attributes-misplaced-2.rs:15:5
9    |
10 LL |     rustfmt::skip!(); //~ ERROR expected a macro, found tool attribute
11    |     ^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14