2021-04-08 16:01:15 -05:00
|
|
|
error: expected non-macro inner attribute, found attribute macro `print_attr`
|
2022-08-28 07:23:39 -05:00
|
|
|
--> $DIR/inner-attrs.rs:64:12
|
2021-04-08 16:01:15 -05:00
|
|
|
|
|
|
|
|
LL | #![print_attr]
|
|
|
|
| ^^^^^^^^^^ not a non-macro inner attribute
|
|
|
|
|
|
|
|
error: expected non-macro inner attribute, found attribute macro `print_attr`
|
2022-08-28 07:23:39 -05:00
|
|
|
--> $DIR/inner-attrs.rs:68:12
|
2021-04-08 16:01:15 -05:00
|
|
|
|
|
|
|
|
LL | #![print_attr]
|
|
|
|
| ^^^^^^^^^^ not a non-macro inner attribute
|
|
|
|
|
|
|
|
error: expected non-macro inner attribute, found attribute macro `print_attr`
|
2022-08-28 07:23:39 -05:00
|
|
|
--> $DIR/inner-attrs.rs:72:12
|
2021-04-08 16:01:15 -05:00
|
|
|
|
|
|
|
|
LL | #![print_attr]
|
|
|
|
| ^^^^^^^^^^ not a non-macro inner attribute
|
|
|
|
|
|
|
|
error: expected non-macro inner attribute, found attribute macro `print_attr`
|
2022-08-28 07:23:39 -05:00
|
|
|
--> $DIR/inner-attrs.rs:76:12
|
2021-04-08 16:01:15 -05:00
|
|
|
|
|
|
|
|
LL | #![print_attr]
|
|
|
|
| ^^^^^^^^^^ not a non-macro inner attribute
|
|
|
|
|
2021-03-19 18:52:07 -05:00
|
|
|
error: aborting due to 4 previous errors
|
2021-03-01 15:02:09 -06:00
|
|
|
|