]> git.proxmox.com Git - rustc.git/blobdiff - src/test/parse-fail/associated-types-project-from-hrtb-explicit.rs
Imported Upstream version 1.1.0+dfsg1
[rustc.git] / src / test / parse-fail / associated-types-project-from-hrtb-explicit.rs
index 917c03fbf4b1c427097d4de2ac42960912bc4475..9c7721589d9b704850c6610e86d529ce951522ac 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 you can't use a higher-ranked trait bound inside of a qualified
 // path (just won't parse).