index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
span
/
non-existing-module-import.rs
blob: d2ce7ec4f8eeb5bb34a0926d2436743c6c706a3b (
plain
)
1
2
3
use
std
::
bar
::
{
foo1
,
foo2
};
//~ ERROR unresolved import
fn
main
()
{}