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
/
src
/
test
/
ui
/
did_you_mean
/
issue-38054-do-not-show-unresolved-names.rs
blob: a1ef68ecfe213232867eccdf7a568e3c5c22bb16 (
plain
)
1
2
3
4
5
use
Foo
;
//~ ERROR unresolved
use
Foo1
;
//~ ERROR unresolved
fn
main
()
{}