]> git.lizzy.rs Git - rust.git/blob - src/test/ui/derives/derive-deadlock.stderr
Rollup merge of #103443 - mucinoab:recover-colon-as-path-separetor, r=compiler-errors
[rust.git] / src / test / 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