rust/tests/rustdoc/issue-15318-3.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
130 B
Rust
Raw Normal View History

2023-03-21 10:44:06 -05:00
#![feature(rustc_attrs)]
// @has issue_15318_3/primitive.pointer.html
/// dox
2023-03-21 10:44:06 -05:00
#[rustc_doc_primitive = "pointer"]
pub mod ptr {}