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
/
imports
/
issue-47623.rs
blob: ad8aa4c1a2bd663797b442ea707fac677c8d921e (
plain
)
1
2
3
use
self
;
//~ERROR `self` imports are only allowed within a { } list
fn
main
()
{}