Sign in
fuchsia
/
third_party
/
rust
/
8429c9911b68afe9c0cc5804cb15fc22f03d913c
/
.
/
tests
/
ui
/
rust-2018
/
unresolved-asterisk-imports.rs
blob: 809f1dbc6d277ebd22fbd592828ee4dc2cc81b19 [
file
] [
log
] [
blame
]
//@ edition:2018
use
not_existing_crate
::*;
//~ ERROR unresolved import `not_existing_crate
use
std
as
foo
;
fn
main
()
{}