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/impl-ref-20175.rs
Normal file
12
tests/rustdoc/impl-ref-20175.rs
Normal file
|
@ -0,0 +1,12 @@
|
|||
#![crate_name="issue_20175"]
|
||||
|
||||
pub trait Foo {
|
||||
fn foo(&self) {}
|
||||
}
|
||||
|
||||
pub struct Bar;
|
||||
|
||||
// @has issue_20175/struct.Bar.html \
|
||||
// '//*[@id="method.foo"]' \
|
||||
// 'fn foo'
|
||||
impl<'a> Foo for &'a Bar {}
|
Loading…
Add table
Add a link
Reference in a new issue