]> git.proxmox.com Git - rustc.git/blobdiff - src/test/parse-fail/removed-syntax-fixed-vec.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / test / parse-fail / removed-syntax-fixed-vec.rs
index 0e8e20b38918724cc2cf384a0d2ee8b19088e5f9..ae61d1ea85861fb083b051fab65637782334275a 100644 (file)
@@ -8,4 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// compile-flags: -Z parse-only
+
 type v = [isize * 3]; //~ ERROR expected one of `(`, `+`, `::`, `;`, `<`, or `]`, found `*`