]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/parser/use-as-where-use-ends-with-mod-sep.rs
codegen: change `$6d$` to `$u6d$`
[rust.git] / src / test / ui / parser / use-as-where-use-ends-with-mod-sep.rs
index f9302fef1aaf963dcdb70d59adedbeaf6913859f..d322e9ffe68cdfaea5b360b7e13279036911ee2c 100644 (file)
@@ -1,4 +1,4 @@
-// compile-flags: -Z parse-only -Z continue-parse-after-error
+// 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`