rust/src/test/ui/attrs-resolution-errors.stderr
Caio 63a5f399ae Resolve attributes in several places
Arm, Field, FieldPat, GenericParam, Param, StructField and Variant
2019-09-09 09:27:15 -03:00

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