]> git.proxmox.com Git - rustc.git/blame - src/test/ui/derives/issue-36617.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / derives / issue-36617.stderr
CommitLineData
6a06907d
XL
1error: cannot determine resolution for the attribute macro `derive`
2 --> $DIR/issue-36617.rs:1:4
8faf50e0 3 |
532ac7d7 4LL | #![derive(Copy)]
6a06907d 5 | ^^^^^^
e1599b0c
XL
6 |
7 = note: import resolution is stuck, try simplifying macro imports
8
6a06907d 9error: aborting due to previous error
8faf50e0 10