]> git.proxmox.com Git - rustc.git/blobdiff - src/test/parse-fail/type-parameters-in-field-exprs.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / test / parse-fail / type-parameters-in-field-exprs.rs
index 191bd78212458f50ce2d5ab4d77bcbe784a33557..9b160434e36ae69f5b54f9a62270d69ee4f68c73 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
+
 struct Foo {
     x: isize,
     y: isize,