Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
tests
/
rustdoc-html
/
impl
/
auxiliary
/
issue-17476.rs
blob: 0a63b893fffc2f01c019fc37d67458a6f54ebde5 [
file
]
//@ compile-flags: -Cmetadata=aux
#![
doc
(
html_root_url
=
"http://example.com"
)]
pub
trait
Foo
{
fn
foo
(&
self
)
{}
}