1
Fork 0

rustdoc: rename issue-\d+.rs tests to have meaningful names

This commit is contained in:
Michael Howell 2024-09-12 13:47:51 -07:00
parent 9454a89ef0
commit 061cbae7c9
22 changed files with 0 additions and 0 deletions

View file

@ -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();