mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
10 lines
211 B
Rust
10 lines
211 B
Rust
// https://github.com/rust-lang/rust/issues/15318
|
|
#![crate_name="issue_15318_3"]
|
|
#![feature(rustc_attrs)]
|
|
|
|
//@ has issue_15318_3/primitive.pointer.html
|
|
|
|
/// dox
|
|
#[rustc_doc_primitive = "pointer"]
|
|
pub mod ptr {}
|