]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-43023.stderr
206a51645fe68be7a6d95f7faea6e27ecbc82dab
[rust.git] / src / test / ui / issues / issue-43023.stderr
1 error: `derive` may only be applied to structs, enums and unions
2   --> $DIR/issue-43023.rs:4:5
3    |
4 LL |     #[derive(Debug)]
5    |     ^^^^^^^^^^^^^^^^
6
7 error: `derive` may only be applied to structs, enums and unions
8   --> $DIR/issue-43023.rs:11:5
9    |
10 LL |     #[derive(Debug)]
11    |     ^^^^^^^^^^^^^^^^
12
13 error: `derive` may only be applied to structs, enums and unions
14   --> $DIR/issue-43023.rs:16:5
15    |
16 LL |     #[derive(Debug)]
17    |     ^^^^^^^^^^^^^^^^
18
19 error: aborting due to 3 previous errors
20