1
Fork 0
rust/tests/rustdoc/primitive-raw-pointer-dox-15318-3.rs

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

9 lines
161 B
Rust
Raw Normal View History

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