]> git.proxmox.com Git - rustc.git/blob - tests/ui/derives/derive-deadlock.stderr
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[rustc.git] / tests / ui / derives / derive-deadlock.stderr
1 error: cannot determine resolution for the attribute macro `derive`
2 --> $DIR/derive-deadlock.rs:3:3
3 |
4 LL | #[derive(Default)]
5 | ^^^^^^
6 |
7 = note: import resolution is stuck, try simplifying macro imports
8
9 error: aborting due to 1 previous error
10