Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
privacy
/
auxiliary
/
issue-57264-1.rs
blob: 9302fa0d9e8d115bda78bd1d890e12444e2e2827 [
file
] [
log
] [
blame
] [
edit
]
mod
inner
{
pub
struct
PubUnnameable
;
}
pub
struct
Pub
<
T
>(
T
);
impl
Pub
<
inner
::
PubUnnameable
>
{
pub
fn
pub_method
()
{}
}