]> git.lizzy.rs Git - rust.git/blob - tests/ui/derives/derive-deadlock.stderr
Rollup merge of #106638 - RalfJung:realstd, r=thomcc
[rust.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 previous error
10