]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-6610.rs
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / ui / parser / issues / issue-6610.rs
1 trait Foo { fn a() } //~ ERROR expected one of `->`, `;`, `where`, or `{`, found `}`
2
3 fn main() {}