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