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
/
error-codes
/
E0432.rs
blob: 1fc95f945665c0b3798f160d484b636f34061708 (
plain
)
1
2
3
4
use
something
::
Foo
;
//~ ERROR E0432
fn
main
()
{
}