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