]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-46186.rs
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[rust.git] / tests / ui / parser / issues / issue-46186.rs
1 // run-rustfix
2
3 pub struct Struct {
4     pub a: usize,
5 };
6 //~^ ERROR expected item, found `;`
7
8 fn main() {}