rustc/tests/rustdoc/auxiliary/issue-17476.rs
2024-06-21 09:39:33 +02:00

8 lines
121 B
Rust

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