]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/removed-syntax-enum-newtype.rs
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / removed-syntax-enum-newtype.rs
index d8eb6c4b44095220a445fda441f148b2f5ba9266..518f90b2b8368d48f21007e38ae10384aea6552f 100644 (file)
@@ -1,3 +1 @@
-// compile-flags: -Z parse-only
-
 enum e = isize; //~ ERROR expected one of `<`, `where`, or `{`, found `=`