]> git.lizzy.rs Git - rust.git/blob - tests/ui/tool-attributes/tool-attributes-misplaced-2.stderr
Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco
[rust.git] / tests / ui / tool-attributes / tool-attributes-misplaced-2.stderr
1 error: expected derive macro, found tool attribute `rustfmt::skip`
2   --> $DIR/tool-attributes-misplaced-2.rs:1:10
3    |
4 LL | #[derive(rustfmt::skip)]
5    |          ^^^^^^^^^^^^^ not a derive macro
6
7 error: expected macro, found tool attribute `rustfmt::skip`
8   --> $DIR/tool-attributes-misplaced-2.rs:5:5
9    |
10 LL |     rustfmt::skip!();
11    |     ^^^^^^^^^^^^^ not a macro
12
13 error: aborting due to 2 previous errors
14