Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-12729.rs
blob: 43e692b895ade18de386a1de56d6a785b418e82b [
file
] [
log
] [
blame
] [
edit
]
//@ check-pass
#![
allow
(
dead_code
)]
//@ pretty-expanded FIXME #23616
pub
struct
Foo
;
mod
bar
{
use
Foo
;
impl
Foo
{
fn
baz
(&
self
)
{}
}
}
fn
main
()
{}