]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-43023.stderr
Auto merge of #53027 - matklad:once_is_completed, r=alexcrichton
[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:14:5
3    |
4 LL |     #[derive(Debug)] //~ ERROR `derive` may only be applied to structs, enums and unions
5    |     ^^^^^^^^^^^^^^^^
6
7 error: `derive` may only be applied to structs, enums and unions
8   --> $DIR/issue-43023.rs:21:5
9    |
10 LL |     #[derive(Debug)] //~ ERROR `derive` may only be applied to structs, enums and unions
11    |     ^^^^^^^^^^^^^^^^
12
13 error: `derive` may only be applied to structs, enums and unions
14   --> $DIR/issue-43023.rs:26:5
15    |
16 LL |     #[derive(Debug)] //~ ERROR `derive` may only be applied to structs, enums and unions
17    |     ^^^^^^^^^^^^^^^^
18
19 error: aborting due to 3 previous errors
20