Sign in
rust
/
rust
/
e8a63124746761e743d69ea510194de2ada4034f
/
.
/
tests
/
ui
/
issues
/
auxiliary
/
issue-21202.rs
blob: e3daa1ba0d568add304892653572d272b322fe34 [
file
] [
log
] [
blame
]
pub
mod
A
{
pub
struct
Foo
;
impl
Foo
{
fn
foo
(&
self
)
{
}
}
}