blob: c5f5f59c32c3086f21c13d93330518de6ad0797f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
error: expected a macro, found tool attribute
--> $DIR/tool-attributes-misplaced-2.rs:1:10
|
LL | #[derive(rustfmt::skip)]
| ^^^^^^^^^^^^^
error: expected a macro, found tool attribute
--> $DIR/tool-attributes-misplaced-2.rs:5:5
|
LL | rustfmt::skip!();
| ^^^^^^^^^^^^^
error: aborting due to 2 previous errors
|