]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-15318.rs
Rollup merge of #107580 - lenko-d:default_value_for_a_lifetime_generic_parameter_prod...
[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) {}