2019-06-20 03:52:31 -05:00
|
|
|
error: cannot determine resolution for the attribute macro `test`
|
2020-11-12 14:42:42 -06:00
|
|
|
--> $DIR/issue-28134.rs:4:4
|
2018-10-04 14:49:29 -05:00
|
|
|
|
|
2019-03-09 06:03:44 -06:00
|
|
|
LL | #![test]
|
2019-06-20 03:52:31 -05:00
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
|
= note: import resolution is stuck, try simplifying macro imports
|
2018-10-04 14:49:29 -05:00
|
|
|
|
2021-10-09 07:13:15 -05:00
|
|
|
error: `test` attribute cannot be used at crate level
|
|
|
|
--> $DIR/issue-28134.rs:4:1
|
|
|
|
|
|
|
|
|
LL | #![test]
|
|
|
|
| ^^^^^^^^
|
|
|
|
|
|
|
|
|
help: perhaps you meant to use an outer attribute
|
|
|
|
|
|
|
|
|
LL | #[test]
|
|
|
|
| ~~~~~~~
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-10-04 14:49:29 -05:00
|
|
|
|