]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/empty-impl-semicolon.rs
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / empty-impl-semicolon.rs
index 57fad0e93125f06b3943d7e71526461c640e6bea..207ebef642bfa6d723a20c60d46a14418726aa0c 100644 (file)
@@ -1,3 +1 @@
-// compile-flags: -Z parse-only
-
 impl Foo; //~ ERROR expected one of `!`, `(`, `+`, `::`, `<`, `for`, `where`, or `{`, found `;`