]> git.lizzy.rs Git - rust.git/blob - tests/ui/proc-macro/derive-helper-legacy-spurious.stderr
add tests for 107090
[rust.git] / tests / ui / proc-macro / derive-helper-legacy-spurious.stderr
1 error: cannot find attribute `dummy` in this scope
2   --> $DIR/derive-helper-legacy-spurious.rs:3:4
3    |
4 LL | #![dummy]
5    |    ^^^^^
6
7 error: cannot determine resolution for the attribute macro `derive`
8   --> $DIR/derive-helper-legacy-spurious.rs:8:3
9    |
10 LL | #[derive(Empty)]
11    |   ^^^^^^
12    |
13    = note: import resolution is stuck, try simplifying macro imports
14
15 error: cannot find attribute `empty_helper` in this scope
16   --> $DIR/derive-helper-legacy-spurious.rs:9:3
17    |
18 LL | #[empty_helper]
19    |   ^^^^^^^^^^^^
20
21 error: aborting due to 3 previous errors
22