2019-07-03 11:44:57 +03:00
|
|
|
error: macro `rustfmt::skip` may not be used for derive attributes
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/tool-attributes-misplaced-2.rs:1:10
|
2018-07-23 02:52:51 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | #[derive(rustfmt::skip)]
|
2018-07-23 02:52:51 +03:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
2019-07-03 11:44:57 +03:00
|
|
|
error: `rustfmt::skip` can only be used in attributes
|
2018-12-25 08:56:47 -07:00
|
|
|
--> $DIR/tool-attributes-misplaced-2.rs:5:5
|
2018-07-23 02:52:51 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | rustfmt::skip!();
|
2018-07-23 02:52:51 +03:00
|
|
|
| ^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|