Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
span
/
non-existing-module-import.rs
blob: d2ce7ec4f8eeb5bb34a0926d2436743c6c706a3b [
file
] [
log
] [
blame
] [
edit
]
use
std
::
bar
::{
foo1
,
foo2
};
//~ ERROR unresolved import
fn
main
()
{}