summary refs log tree commit diff
path: root/src/test/ui/tool-attributes/tool-attributes-misplaced-2.stderr
blob: ae47203a975802c050de96e3699e2733627c4443 (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:11:10
   |
LL | #[derive(rustfmt::skip)] //~ ERROR expected a macro, found tool attribute
   |          ^^^^^^^^^^^^^

error: expected a macro, found tool attribute
  --> $DIR/tool-attributes-misplaced-2.rs:15:5
   |
LL |     rustfmt::skip!(); //~ ERROR expected a macro, found tool attribute
   |     ^^^^^^^^^^^^^

error: aborting due to 2 previous errors