Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
auxiliary
/
issue-21202.rs
blob: e3daa1ba0d568add304892653572d272b322fe34 [
file
] [
log
] [
blame
] [
edit
]
pub
mod
A
{
pub
struct
Foo
;
impl
Foo
{
fn
foo
(&
self
)
{
}
}
}