Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
refs/heads/revert-82057-cstr
/
.
/
src
/
test
/
rustdoc
/
issue-21474.rs
blob: 896fc1a78f13f94ff997826ae39f023e225b61b7 [
file
] [
log
] [
blame
] [
edit
]
pub
use
inner
::*;
mod
inner
{
impl
super
::
Blah
for
super
::
What
{
}
}
pub
trait
Blah
{
}
// @count issue_21474/struct.What.html \
// '//*[@id="trait-implementations-list"]/*[@class="impl"]' 1
pub
struct
What
;