rust/src/test/ui/imports/issue-28134.stderr

11 lines
242 B
Plaintext
Raw Normal View History

error: cannot determine resolution for the attribute macro `test`
--> $DIR/issue-28134.rs:4:4
2018-10-04 19:49:29 +00:00
|
2019-03-09 12:03:44 +00:00
LL | #![test]
| ^^^^
|
= note: import resolution is stuck, try simplifying macro imports
2018-10-04 19:49:29 +00:00
error: aborting due to previous error