]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/recover-enum.stderr
Rollup merge of #59355 - varkor:const-param-struct-ice, r=petrochenkov
[rust.git] / src / test / ui / parser / recover-enum.stderr
1 error: missing comma
2   --> $DIR/recover-enum.rs:5:13
3    |
4 LL |         Very
5    |             ^ help: missing comma
6
7 error: missing comma
8   --> $DIR/recover-enum.rs:7:19
9    |
10 LL |         Bad(usize)
11    |                   ^ help: missing comma
12
13 error: missing comma
14   --> $DIR/recover-enum.rs:9:27
15    |
16 LL |         Stuff { a: usize }
17    |                           ^ help: missing comma
18
19 error: aborting due to 3 previous errors
20