summary refs log tree commit diff
path: root/src/test/rustdoc/auxiliary/issue-15318.rs
blob: 83cc31b587c29674b9f96ab96a4c89979ce8b3cc (plain)
1
2
3
4
5
6
7
// compile-flags: -Cmetadata=aux

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

/// dox
#[doc(primitive = "pointer")]
pub mod ptr {}