2020-11-19 01:49:20 +03:00
|
|
|
error: expected non-macro attribute, found attribute macro `test`
|
2024-12-17 19:40:31 +08:00
|
|
|
--> $DIR/attr-macros-positional-rejection.rs:11:7
|
2019-09-09 09:26:25 -03:00
|
|
|
|
|
|
|
|
|
LL | #[test]
|
2020-11-19 01:49:20 +03:00
|
|
|
| ^^^^ not a non-macro attribute
|
2019-09-09 09:26:25 -03:00
|
|
|
|
2020-11-19 01:49:20 +03:00
|
|
|
error: expected non-macro attribute, found attribute macro `test`
|
2024-12-17 19:40:31 +08:00
|
|
|
--> $DIR/attr-macros-positional-rejection.rs:17:7
|
2019-09-09 09:26:25 -03:00
|
|
|
|
|
|
|
|
|
LL | #[test]
|
2020-11-19 01:49:20 +03:00
|
|
|
| ^^^^ not a non-macro attribute
|
2019-09-09 09:26:25 -03:00
|
|
|
|
2020-11-19 01:49:20 +03:00
|
|
|
error: expected non-macro attribute, found attribute macro `test`
|
2024-12-17 19:40:31 +08:00
|
|
|
--> $DIR/attr-macros-positional-rejection.rs:32:15
|
2019-09-09 09:26:25 -03:00
|
|
|
|
|
|
|
|
|
LL | #[test] bar
|
2020-11-19 01:49:20 +03:00
|
|
|
| ^^^^ not a non-macro attribute
|
2019-09-09 09:26:25 -03:00
|
|
|
|
2020-11-19 01:49:20 +03:00
|
|
|
error: expected non-macro attribute, found attribute macro `test`
|
2024-12-17 19:40:31 +08:00
|
|
|
--> $DIR/attr-macros-positional-rejection.rs:39:11
|
2019-09-09 09:26:25 -03:00
|
|
|
|
|
|
|
|
|
LL | #[test]
|
2020-11-19 01:49:20 +03:00
|
|
|
| ^^^^ not a non-macro attribute
|
2019-09-09 09:26:25 -03:00
|
|
|
|
2020-11-19 01:49:20 +03:00
|
|
|
error: expected non-macro attribute, found attribute macro `test`
|
2024-12-17 19:40:31 +08:00
|
|
|
--> $DIR/attr-macros-positional-rejection.rs:45:11
|
2019-09-09 09:26:25 -03:00
|
|
|
|
|
|
|
|
|
LL | #[test]
|
2020-11-19 01:49:20 +03:00
|
|
|
| ^^^^ not a non-macro attribute
|
2019-09-09 09:26:25 -03:00
|
|
|
|
|
|
|
|
error: aborting due to 5 previous errors
|
|
|
|
|
|