]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-46186.fixed
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / src / test / ui / parser / issues / issue-46186.fixed
1 // run-rustfix
2
3 pub struct Struct {
4     pub a: usize,
5 }
6 //~^ ERROR expected item, found `;`
7
8 fn main() {}