2020-11-14 14:47:14 +03:00
|
|
|
error: cannot determine resolution for the attribute macro `derive`
|
|
|
|
--> $DIR/derive-deadlock.rs:3:3
|
|
|
|
|
|
|
|
|
LL | #[derive(Default)]
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
|
= note: import resolution is stuck, try simplifying macro imports
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2020-11-14 14:47:14 +03:00
|
|
|
|