diff options
| author | Michael Howell <michael@notriddle.com> | 2024-09-12 13:47:51 -0700 |
|---|---|---|
| committer | Michael Howell <michael@notriddle.com> | 2024-09-12 13:47:51 -0700 |
| commit | 061cbae7c9a101c81b132cf411117bf089c832bd (patch) | |
| tree | 72221f6c32edaab58769f95abb1ef415e142297d /tests/rustdoc/issue-118180-empty-tuple-struct.rs | |
| parent | 9454a89ef0ad62b804dc61740b83e8bf10661918 (diff) | |
| download | rust-061cbae7c9a101c81b132cf411117bf089c832bd.tar.gz rust-061cbae7c9a101c81b132cf411117bf089c832bd.zip | |
rustdoc: rename `issue-\d+.rs` tests to have meaningful names
Diffstat (limited to 'tests/rustdoc/issue-118180-empty-tuple-struct.rs')
| -rw-r--r-- | tests/rustdoc/issue-118180-empty-tuple-struct.rs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/rustdoc/issue-118180-empty-tuple-struct.rs b/tests/rustdoc/issue-118180-empty-tuple-struct.rs deleted file mode 100644 index 614857ad5ae..00000000000 --- a/tests/rustdoc/issue-118180-empty-tuple-struct.rs +++ /dev/null @@ -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(); |
