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