]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-46186.rs
Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcm
[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() {}