]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-46186.fixed
Rollup merge of #91699 - jsha:webkit-appearance-search-input, r=GuillaumeGomez
[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() {}