rustdoc: rename issue-\d+.rs
tests to have meaningful names
This commit is contained in:
parent
9454a89ef0
commit
061cbae7c9
22 changed files with 0 additions and 0 deletions
|
@ -1,12 +0,0 @@
|
|||
// https://github.com/rust-lang/rust/issues/118180
|
||||
#![crate_name="foo"]
|
||||
|
||||
//@ has foo/enum.Enum.html
|
||||
pub enum Enum {
|
||||
//@ has - '//*[@id="variant.Empty"]//h3' 'Empty()'
|
||||
Empty(),
|
||||
}
|
||||
|
||||
//@ has foo/struct.Empty.html
|
||||
//@ has - '//pre/code' 'Empty()'
|
||||
pub struct Empty();
|
Loading…
Add table
Add a link
Reference in a new issue