]> git.lizzy.rs Git - rust.git/blob - crates/parser/test_data/parser/err/0000_struct_field_missing_comma.rs
Merge #11461
[rust.git] / crates / parser / test_data / parser / err / 0000_struct_field_missing_comma.rs
1 struct S {
2     a: u32
3     b: u32
4 }