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
/
E0431.rs
blob: 2e2ccba17151892739d60a4d0559e4ee388a8015 (
plain
)
1
2
3
4
use
{
self
};
//~ ERROR E0431
fn
main
()
{
}