]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/use-as-where-use-ends-with-mod-sep.rs
Rollup merge of #91699 - jsha:webkit-appearance-search-input, r=GuillaumeGomez
[rust.git] / src / test / ui / parser / use-as-where-use-ends-with-mod-sep.rs
1 use std::any:: as foo; //~ ERROR expected identifier, found keyword `as`
2 //~^ ERROR: expected one of `::`, `;`, or `as`, found `foo`