]> git.proxmox.com Git - rustc.git/blobdiff - src/test/parse-fail/bind-struct-early-modifiers.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / test / parse-fail / bind-struct-early-modifiers.rs
index c358a21d1253e2cb842d1f49bacccf980be2f30d..25348a3bfd18fc864dd79adfb4f7b19cc87d14a3 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
+
 fn main() {
     struct Foo { x: isize }
     match (Foo { x: 10 }) {