2020-11-18 22:49:20 +00:00
|
|
|
error: expected non-macro attribute, found attribute macro `test`
|
|
|
|
--> $DIR/attrs-resolution-errors.rs:2:7
|
2019-09-09 12:26:25 +00:00
|
|
|
|
|
|
|
|
LL | #[test]
|
2020-11-18 22:49:20 +00:00
|
|
|
| ^^^^ not a non-macro attribute
|
2019-09-09 12:26:25 +00:00
|
|
|
|
2020-11-18 22:49:20 +00:00
|
|
|
error: expected non-macro attribute, found attribute macro `test`
|
|
|
|
--> $DIR/attrs-resolution-errors.rs:8:7
|
2019-09-09 12:26:25 +00:00
|
|
|
|
|
|
|
|
LL | #[test]
|
2020-11-18 22:49:20 +00:00
|
|
|
| ^^^^ not a non-macro attribute
|
2019-09-09 12:26:25 +00:00
|
|
|
|
2020-11-18 22:49:20 +00:00
|
|
|
error: expected non-macro attribute, found attribute macro `test`
|
|
|
|
--> $DIR/attrs-resolution-errors.rs:23:15
|
2019-09-09 12:26:25 +00:00
|
|
|
|
|
|
|
|
LL | #[test] bar
|
2020-11-18 22:49:20 +00:00
|
|
|
| ^^^^ not a non-macro attribute
|
2019-09-09 12:26:25 +00:00
|
|
|
|
2020-11-18 22:49:20 +00:00
|
|
|
error: expected non-macro attribute, found attribute macro `test`
|
|
|
|
--> $DIR/attrs-resolution-errors.rs:30:11
|
2019-09-09 12:26:25 +00:00
|
|
|
|
|
|
|
|
LL | #[test]
|
2020-11-18 22:49:20 +00:00
|
|
|
| ^^^^ not a non-macro attribute
|
2019-09-09 12:26:25 +00:00
|
|
|
|
2020-11-18 22:49:20 +00:00
|
|
|
error: expected non-macro attribute, found attribute macro `test`
|
|
|
|
--> $DIR/attrs-resolution-errors.rs:36:11
|
2019-09-09 12:26:25 +00:00
|
|
|
|
|
|
|
|
LL | #[test]
|
2020-11-18 22:49:20 +00:00
|
|
|
| ^^^^ not a non-macro attribute
|
2019-09-09 12:26:25 +00:00
|
|
|
|
|
|
|
error: aborting due to 5 previous errors
|
|
|
|
|