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