Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
primitive-raw-pointer-dox-15318-3.rs
blob: 5520abf29250cb85d96536133ac84888c94d1065 [
file
] [
log
] [
blame
] [
edit
]
// 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
{}