]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-6610.rs
Merge commit '1fcc74cc9e03bc91eaa80ecf92976b0b14b3aeb6' into clippyup
[rust.git] / src / test / ui / parser / issue-6610.rs
1 trait Foo { fn a() } //~ ERROR expected one of `->`, `;`, `where`, or `{`, found `}`
2
3 fn main() {}