]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/bounds-lifetime-1.rs
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / bounds-lifetime-1.rs
index 1e64756a6de70d4c41105c0eff6434bd5ee5abd4..e458f644c9f47508172fd9cdce486856c67cfbca 100644 (file)
@@ -1,5 +1,3 @@
-// compile-flags: -Z parse-only
-
 type A = for<'a 'b> fn(); //~ ERROR expected one of `,`, `:`, or `>`, found `'b`
 
 fn main() {}