2021-04-08 21:01:15 +00:00
|
|
|
error: expected non-macro inner attribute, found attribute macro `print_attr`
|
2023-12-21 09:44:43 +00:00
|
|
|
--> $DIR/inner-attrs.rs:65: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`
|
2023-12-21 09:44:43 +00:00
|
|
|
--> $DIR/inner-attrs.rs:69: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`
|
2023-12-21 09:44:43 +00:00
|
|
|
--> $DIR/inner-attrs.rs:73: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`
|
2023-12-21 09:44:43 +00:00
|
|
|
--> $DIR/inner-attrs.rs:77: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
|
|
|
|