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
13
tests/rustdoc/method-link-foreign-trait-impl-17476.rs
Normal file
13
tests/rustdoc/method-link-foreign-trait-impl-17476.rs
Normal file
|
@ -0,0 +1,13 @@
|
|||
// aux-build:issue-17476.rs
|
||||
// ignore-cross-compile
|
||||
|
||||
#![crate_name="issue_17476"]
|
||||
|
||||
extern crate issue_17476;
|
||||
|
||||
pub struct Foo;
|
||||
|
||||
// @has issue_17476/struct.Foo.html \
|
||||
// '//*[@href="http://example.com/issue_17476/trait.Foo.html#method.foo"]' \
|
||||
// 'foo'
|
||||
impl issue_17476::Foo for Foo {}
|
Loading…
Add table
Add a link
Reference in a new issue