]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-17904-2.rs
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / src / test / ui / parser / issues / issue-17904-2.rs
1 struct Bar<T> { x: T } where T: Copy //~ ERROR expected item, found keyword `where`
2
3 fn main() {}