rust/src/test/ui/derives/issue-36617.stderr

11 lines
254 B
Plaintext
Raw Normal View History

error: cannot determine resolution for the attribute macro `derive`
--> $DIR/issue-36617.rs:1:4
2018-07-15 21:11:54 +00:00
|
2019-03-09 12:03:44 +00:00
LL | #![derive(Copy)]
| ^^^^^^
|
= note: import resolution is stuck, try simplifying macro imports
error: aborting due to previous error
2018-07-15 21:11:54 +00:00