]> git.lizzy.rs Git - rust.git/blob - 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
1 // compile-flags: -Z continue-parse-after-error
2
3 use std::any:: as foo; //~ ERROR expected identifier, found keyword `as`
4 //~^ ERROR: expected one of `::`, `;`, or `as`, found `foo`