rust/src/test/ui/tool-attributes/tool-attributes-misplaced-2.stderr

15 lines
445 B
Plaintext
Raw Normal View History

error: expected a macro, found tool attribute
2018-12-25 09:56:47 -06:00
--> $DIR/tool-attributes-misplaced-2.rs:1:10
|
LL | #[derive(rustfmt::skip)] //~ ERROR expected a macro, found tool attribute
| ^^^^^^^^^^^^^
error: expected a macro, found tool attribute
2018-12-25 09:56:47 -06:00
--> $DIR/tool-attributes-misplaced-2.rs:5:5
|
LL | rustfmt::skip!(); //~ ERROR expected a macro, found tool attribute
| ^^^^^^^^^^^^^
error: aborting due to 2 previous errors