blob: 2af811ad5bbe8de6b320ab952f7f63be278649e3 [file] [log] [blame]
// aux-build:issue-15318.rs
// ignore-cross-compile
extern crate issue_15318;
pub use issue_15318::ptr;
// @has issue_15318_2/fn.bar.html \
// '//*[@href="primitive.pointer.html"]' \
// '*mut T'
pub fn bar<T>(ptr: *mut T) {}