2021-02-23 00:07:36 +03:00
|
|
|
error: cannot find attribute `dummy` in this scope
|
|
|
|
|
--> $DIR/derive-helper-legacy-spurious.rs:3:4
|
|
|
|
|
|
|
|
|
|
|
LL | #![dummy]
|
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2021-02-23 00:54:09 +03:00
|
|
|
error: cannot find attribute `empty_helper` in this scope
|
2021-02-23 00:07:36 +03:00
|
|
|
--> $DIR/derive-helper-legacy-spurious.rs:9:3
|
|
|
|
|
|
|
|
|
|
|
LL | #[empty_helper]
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
2024-01-27 19:09:55 +08:00
|
|
|
error: aborting due to 2 previous errors
|
2021-02-23 00:07:36 +03:00
|
|
|
|