]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-15318.rs
Update snap from `1.0.1` to `1.1.0`
[rust.git] / tests / rustdoc / issue-15318.rs
1 // aux-build:issue-15318.rs
2 // ignore-cross-compile
3
4 #![no_std]
5
6 extern crate issue_15318;
7
8 // @has issue_15318/fn.bar.html \
9 //      '//*[@href="http://example.com/issue_15318/primitive.pointer.html"]' \
10 //      '*mut T'
11 pub fn bar<T>(ptr: *mut T) {}