]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/use-as-where-use-ends-with-mod-sep.rs
Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett
[rust.git] / src / test / ui / parser / use-as-where-use-ends-with-mod-sep.rs
index d322e9ffe68cdfaea5b360b7e13279036911ee2c..b4bb484182466f34774171fde6c02d11cf59d094 100644 (file)
@@ -1,4 +1,2 @@
-// compile-flags: -Z continue-parse-after-error
-
 use std::any:: as foo; //~ ERROR expected identifier, found keyword `as`
 //~^ ERROR: expected one of `::`, `;`, or `as`, found `foo`