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