Sign in
android
/
toolchain
/
rustc
/
87880447cc5437c45a3562596a9766d9797e7318
/
.
/
tests
/
rustdoc
/
issue-15318.rs
blob: 0349fe2854c8aa84ba04ec3586adc16d432f9375 [
file
] [
log
] [
blame
]
// aux-build:issue-15318.rs
// ignore-cross-compile
#![
no_std
]
extern
crate issue_15318
;
// @has issue_15318/fn.bar.html \
// '//*[@href="http://example.com/issue_15318/primitive.pointer.html"]' \
// '*mut T'
pub
fn
bar
<
T
>(
ptr
:
*
mut
T
)
{}