Sign in
android
/
toolchain
/
rustc
/
da60c8575e02ed54fcffcb7f2f9289b4705b60ff
/
.
/
src
/
test
/
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`