]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-20433.rs
Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcm
[rust.git] / tests / ui / issues / issue-20433.rs
1 fn main() {}
2
3 struct The;
4
5 impl The {
6     fn iceman(c: Vec<[i32]>) {}
7     //~^ ERROR the size for values of type
8 }