]> git.proxmox.com Git - rustc.git/blobdiff - src/test/parse-fail/struct-variant-no-pub.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / test / parse-fail / struct-variant-no-pub.rs
index e62b39ad5aabd82ce9f36591a40022e18644d833..1824e32c425c44f65d94c4e644b9fbec31c5dab9 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
+
 enum Foo {
     Bar {
         pub a: isize //~ ERROR: `pub` is not allowed here