Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
unresolved
/
unresolved-asterisk-imports.rs
blob: 2d853a66c8d06039f917cbffb3d4f32d8cb8e244 [
file
] [
log
] [
blame
] [
edit
]
use
not_existing_crate
::*;
//~ ERROR unresolved import `not_existing_crate
use
std
as
foo
;
fn
main
()
{}