1
Fork 0
rust/src/test/ui/parser/empty-impl-semicolon.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

2 lines
96 B
Rust
Raw Normal View History

2015-08-05 14:18:29 -07:00
impl Foo; //~ ERROR expected one of `!`, `(`, `+`, `::`, `<`, `for`, `where`, or `{`, found `;`