]> git.proxmox.com Git - rustc.git/blobdiff - src/test/parse-fail/use-as-where-use-ends-with-mod-sep.rs
New upstream version 1.14.0+dfsg1
[rustc.git] / src / test / parse-fail / use-as-where-use-ends-with-mod-sep.rs
index c1e1cc1c7f7f38f27a00eb645155a6965c19b921..9e16e29ba50b3f8d5662d8e8c8edea4f7e4e2cc4 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// compile-flags: -Z parse-only
+// compile-flags: -Z parse-only -Z continue-parse-after-error
 
 use std::any:: as foo; //~ ERROR expected identifier, found keyword `as`
 //~^ ERROR: expected one of `::`, `;`, or `as`, found `foo`