mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
27 lines
854 B
Plaintext
27 lines
854 B
Plaintext
error: expected non-macro inner attribute, found attribute macro `print_attr`
|
|
--> $DIR/inner-attrs.rs:64:12
|
|
|
|
|
LL | #![print_attr]
|
|
| ^^^^^^^^^^ not a non-macro inner attribute
|
|
|
|
error: expected non-macro inner attribute, found attribute macro `print_attr`
|
|
--> $DIR/inner-attrs.rs:68:12
|
|
|
|
|
LL | #![print_attr]
|
|
| ^^^^^^^^^^ not a non-macro inner attribute
|
|
|
|
error: expected non-macro inner attribute, found attribute macro `print_attr`
|
|
--> $DIR/inner-attrs.rs:72:12
|
|
|
|
|
LL | #![print_attr]
|
|
| ^^^^^^^^^^ not a non-macro inner attribute
|
|
|
|
error: expected non-macro inner attribute, found attribute macro `print_attr`
|
|
--> $DIR/inner-attrs.rs:76:12
|
|
|
|
|
LL | #![print_attr]
|
|
| ^^^^^^^^^^ not a non-macro inner attribute
|
|
|
|
error: aborting due to 4 previous errors
|
|
|