]> git.lizzy.rs Git - rust.git/blob - src/test/ui/structs/struct-missing-comma.stderr
Rollup merge of #57107 - mjbshaw:thread_local_test, r=nikomatsakis
[rust.git] / src / test / ui / structs / struct-missing-comma.stderr
1 error: expected `,`, or `}`, found `bar`
2   --> $DIR/struct-missing-comma.rs:4:13
3    |
4 LL |     foo: u32 //~ expected `,`, or `}`, found `bar`
5    |             ^ help: try adding a comma: `,`
6
7 error: aborting due to previous error
8