about summary refs log tree commit diff
path: root/tests/rustdoc/auxiliary/issue-17476.rs
blob: 0a63b893fffc2f01c019fc37d67458a6f54ebde5 (plain)
1
2
3
4
5
6
7
//@ compile-flags: -Cmetadata=aux

#![doc(html_root_url = "http://example.com")]

pub trait Foo {
    fn foo(&self) {}
}