rust/tests/ui/proc-macro/derive-helper-legacy-spurious.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
329 B
Plaintext
Raw Normal View History

2021-02-22 21:07:36 +00:00
error: cannot find attribute `dummy` in this scope
--> $DIR/derive-helper-legacy-spurious.rs:3:4
|
LL | #![dummy]
| ^^^^^
error: cannot find attribute `empty_helper` in this scope
2021-02-22 21:07:36 +00:00
--> $DIR/derive-helper-legacy-spurious.rs:9:3
|
LL | #[empty_helper]
| ^^^^^^^^^^^^
error: aborting due to 2 previous errors
2021-02-22 21:07:36 +00:00