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