Sign in
rust
/
rust
/
fe98ddcfcfb6f185dbf4adeaf439d8a756da0273
/
.
/
tests
/
ui
/
span
/
non-existing-module-import.rs
blob: d2ce7ec4f8eeb5bb34a0926d2436743c6c706a3b [
file
]
use
std
::
bar
::{
foo1
,
foo2
};
//~ ERROR unresolved import
fn
main
()
{}