]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/empty-impl-semicolon.rs
Auto merge of #57108 - Mark-Simulacrum:license-remove, r=pietroalbini
[rust.git] / src / test / ui / parser / empty-impl-semicolon.rs
1 // compile-flags: -Z parse-only
2
3 impl Foo; //~ ERROR expected one of `!`, `(`, `+`, `::`, `<`, `for`, `where`, or `{`, found `;`