2019-09-15 12:55:18 +03:00
|
|
|
error: cannot find attribute `derive_Empty` in this scope
|
2019-05-22 01:09:58 +03:00
|
|
|
--> $DIR/derive-still-gated.rs:6:3
|
2018-12-02 22:27:37 +03:00
|
|
|
|
|
2019-05-22 01:09:58 +03:00
|
|
|
LL | #[derive_Empty]
|
|
|
|
| ^^^^^^^^^^^^
|
2018-12-02 22:27:37 +03:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-12-02 22:27:37 +03:00
|
|
|
|