]> git.lizzy.rs Git - rust.git/blob - src/test/ui/feature-gates/issue-43106-gating-of-derive-2.stderr
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / feature-gates / issue-43106-gating-of-derive-2.stderr
1 error: cannot find derive macro `x3300` in this scope
2   --> $DIR/issue-43106-gating-of-derive-2.rs:14:14
3    |
4 LL |     #[derive(x3300)]
5    |              ^^^^^
6
7 error: cannot find derive macro `x3300` in this scope
8   --> $DIR/issue-43106-gating-of-derive-2.rs:14:14
9    |
10 LL |     #[derive(x3300)]
11    |              ^^^^^
12
13 error: cannot find derive macro `x3300` in this scope
14   --> $DIR/issue-43106-gating-of-derive-2.rs:9:14
15    |
16 LL |     #[derive(x3300)]
17    |              ^^^^^
18
19 error: cannot find derive macro `x3300` in this scope
20   --> $DIR/issue-43106-gating-of-derive-2.rs:9:14
21    |
22 LL |     #[derive(x3300)]
23    |              ^^^^^
24
25 error: cannot find derive macro `x3300` in this scope
26   --> $DIR/issue-43106-gating-of-derive-2.rs:4:14
27    |
28 LL |     #[derive(x3300)]
29    |              ^^^^^
30
31 error: cannot find derive macro `x3300` in this scope
32   --> $DIR/issue-43106-gating-of-derive-2.rs:4:14
33    |
34 LL |     #[derive(x3300)]
35    |              ^^^^^
36
37 error: aborting due to 6 previous errors
38