]> git.proxmox.com Git - rustc.git/blobdiff - src/test/parse-fail/regions-fn-bound.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / test / parse-fail / regions-fn-bound.rs
index c2b52b79f6c87cc894c533570e5a15f5f8cba867..8762c1326ceaa84d521c92a36ab9b44742f2c54c 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
+
 // ignore-test
 // ignored because the first error does not show up.
 
@@ -21,6 +23,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// compile-flags: -Z parse-only
+
 fn of<T>() -> |T| { panic!(); }
 fn subtype<T>(x: |T|) { panic!(); }