Sign in
fuchsia
/
third_party
/
rust
/
c38f75c21f016bffbf841ed5abce338f94201bde
/
.
/
tests
/
ui
/
parser
/
use-as-where-use-ends-with-mod-sep.rs
blob: b4bb484182466f34774171fde6c02d11cf59d094 [
file
] [
log
] [
blame
]
use
std
::
any
::
as
foo
;
//~ ERROR expected identifier, found keyword `as`
//~^ ERROR: expected one of `::`, `;`, or `as`, found `foo`