Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
imports
/
issue-47623.rs
blob: ad8aa4c1a2bd663797b442ea707fac677c8d921e [
file
] [
log
] [
blame
] [
edit
]
use
self
;
//~ERROR `self` imports are only allowed within a { } list
fn
main
()
{}