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