blob: 0a63b893fffc2f01c019fc37d67458a6f54ebde5 [file] [log] [blame] [edit]
//@ compile-flags: -Cmetadata=aux
#![doc(html_root_url = "http://example.com")]
pub trait Foo {
fn foo(&self) {}
}