Rename issue-\d+.rs tests to have meaningful names
This commit is contained in:
parent
79195d5cbb
commit
7cd8b2c925
22 changed files with 0 additions and 0 deletions
12
tests/rustdoc/primitive-raw-pointer-link-15318.rs
Normal file
12
tests/rustdoc/primitive-raw-pointer-link-15318.rs
Normal file
|
@ -0,0 +1,12 @@
|
|||
// aux-build:issue-15318.rs
|
||||
// ignore-cross-compile
|
||||
|
||||
#![crate_name="issue_15318"]
|
||||
#![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) {}
|
Loading…
Add table
Add a link
Reference in a new issue