]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/better-expected.rs
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / better-expected.rs
index 0a6dca75888b2b7f546c6e8fa5d969e362d61f15..16b61caa4dffca125756cc23ae81bccbba03b325 100644 (file)
@@ -1,5 +1,3 @@
-// compile-flags: -Z parse-only
-
 fn main() {
     let x: [isize 3]; //~ ERROR expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `3`
 }