2019-07-03 09:47:24 +00:00
|
|
|
error: expected derive macro, found tool attribute `rustfmt::skip`
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/tool-attributes-misplaced-2.rs:1:10
|
2018-07-22 23:52:51 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | #[derive(rustfmt::skip)]
|
2019-07-03 09:47:24 +00:00
|
|
|
| ^^^^^^^^^^^^^ not a derive macro
|
2018-07-22 23:52:51 +00:00
|
|
|
|
2019-07-03 09:47:24 +00:00
|
|
|
error: expected macro, found tool attribute `rustfmt::skip`
|
2018-12-25 15:56:47 +00:00
|
|
|
--> $DIR/tool-attributes-misplaced-2.rs:5:5
|
2018-07-22 23:52:51 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | rustfmt::skip!();
|
2019-07-03 09:47:24 +00:00
|
|
|
| ^^^^^^^^^^^^^ not a macro
|
2018-07-22 23:52:51 +00:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|