63a5f399ae
Arm, Field, FieldPat, GenericParam, Param, StructField and Variant
33 lines
797 B
Plaintext
33 lines
797 B
Plaintext
error: expected an inert attribute, found an attribute macro
|
|
--> $DIR/attrs-resolution-errors.rs:2:5
|
|
|
|
|
LL | #[test]
|
|
| ^^^^^^^
|
|
|
|
error: expected an inert attribute, found an attribute macro
|
|
--> $DIR/attrs-resolution-errors.rs:8:5
|
|
|
|
|
LL | #[test]
|
|
| ^^^^^^^
|
|
|
|
error: expected an inert attribute, found an attribute macro
|
|
--> $DIR/attrs-resolution-errors.rs:23:13
|
|
|
|
|
LL | #[test] bar
|
|
| ^^^^^^^
|
|
|
|
error: expected an inert attribute, found an attribute macro
|
|
--> $DIR/attrs-resolution-errors.rs:30:9
|
|
|
|
|
LL | #[test]
|
|
| ^^^^^^^
|
|
|
|
error: expected an inert attribute, found an attribute macro
|
|
--> $DIR/attrs-resolution-errors.rs:36:9
|
|
|
|
|
LL | #[test]
|
|
| ^^^^^^^
|
|
|
|
error: aborting due to 5 previous errors
|
|
|