]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-6610.rs
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / src / test / ui / parser / issues / issue-6610.rs
1 trait Foo { fn a() } //~ ERROR expected one of `->`, `;`, `where`, or `{`, found `}`
2
3 fn main() {}