]> git.proxmox.com Git - rustc.git/blobdiff - src/test/parse-fail/unsized.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / test / parse-fail / unsized.rs
index 92dbea0424b6f6627bcd1faccf790bd64faae656..1bcb5208d7610f5dbe0af7d665e8494809fa3b34 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// compile-flags: -Z parse-only
+
 // Test syntax checks for `type` keyword.
 
 struct S1 for type; //~ ERROR expected `where`, `{`, `(`, or `;` after struct name, found `for`