2018-08-02 18:05:00 -05:00
|
|
|
error: expected a macro, found tool attribute
|
2018-08-17 16:52:34 -05:00
|
|
|
--> $DIR/tool-attributes-misplaced-2.rs:11:10
|
2018-07-22 18:52:51 -05:00
|
|
|
|
|
2018-08-02 18:05:00 -05:00
|
|
|
LL | #[derive(rustfmt::skip)] //~ ERROR expected a macro, found tool attribute
|
2018-07-22 18:52:51 -05:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
2018-08-02 18:05:00 -05:00
|
|
|
error: expected a macro, found tool attribute
|
2018-08-17 16:52:34 -05:00
|
|
|
--> $DIR/tool-attributes-misplaced-2.rs:15:5
|
2018-07-22 18:52:51 -05:00
|
|
|
|
|
2018-08-02 18:05:00 -05:00
|
|
|
LL | rustfmt::skip!(); //~ ERROR expected a macro, found tool attribute
|
2018-07-22 18:52:51 -05:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|