From 35830fe218f245ef4a82199b8ee371fa89a52721 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Wed, 3 Jan 2024 15:30:09 -0700 Subject: [PATCH] rustdoc: rename `issue-\d+.rs` tests to have meaningful names (part 5) --- .../issue-52873.rs => rustdoc-ui/ice-blanket-impl-52873.rs} | 0 .../ice-blanket-impl-selection-55001.rs} | 0 ...sue-50159.rs => auto-trait-bounds-by-associated-type-50159.rs} | 0 ...ue-54705.rs => auto-trait-bounds-inference-variables-54705.rs} | 0 .../rustdoc/{issue-51236.rs => auto-trait-bounds-where-51236.rs} | 0 .../rustdoc/{issue-55321.rs => auto-trait-negative-impl-55321.rs} | 0 ...lank-line-in-doc-block.rs => blank-line-in-doc-block-47197.rs} | 0 .../{issue-54478-demo-allocator.rs => demo-allocator-54478.rs} | 0 tests/rustdoc/{issue-35169-2.rs => deref-mut-35169-2.rs} | 0 tests/rustdoc/{issue-35169.rs => deref-mut-35169.rs} | 0 tests/rustdoc/{issue-42760.rs => doc-attr-comment-mix-42760.rs} | 0 .../doctest-escape-boring-41783.codeblock.html} | 0 .../{issue-41783.rs => doctest/doctest-escape-boring-41783.rs} | 0 tests/rustdoc/{issue-35488.rs => enum-variant-reexport-35488.rs} | 0 tests/rustdoc/{issue-53689.rs => impl-blanket-53689.rs} | 0 tests/rustdoc/{issue-43869.rs => impl-trait-43869.rs} | 0 tests/rustdoc/{ => inline_cross}/auxiliary/issue-46727.rs | 0 .../rustdoc/{issue-46727.rs => inline_cross/const-eval-46727.rs} | 0 .../module-scope-name-resolution-55364.rs} | 0 ...-46380-2.rs => public-impl-mention-private-generic-46380-2.rs} | 0 tests/rustdoc/{issue-53812.rs => sort-53812.rs} | 0 tests/rustdoc/{issue-46377.rs => summary-header-46377.rs} | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename tests/{rustdoc/issue-52873.rs => rustdoc-ui/ice-blanket-impl-52873.rs} (100%) rename tests/{rustdoc/issue-55001.rs => rustdoc-ui/ice-blanket-impl-selection-55001.rs} (100%) rename tests/rustdoc/{issue-50159.rs => auto-trait-bounds-by-associated-type-50159.rs} (100%) rename tests/rustdoc/{issue-54705.rs => auto-trait-bounds-inference-variables-54705.rs} (100%) rename tests/rustdoc/{issue-51236.rs => auto-trait-bounds-where-51236.rs} (100%) rename tests/rustdoc/{issue-55321.rs => auto-trait-negative-impl-55321.rs} (100%) rename tests/rustdoc/{issue-47197-blank-line-in-doc-block.rs => blank-line-in-doc-block-47197.rs} (100%) rename tests/rustdoc/{issue-54478-demo-allocator.rs => demo-allocator-54478.rs} (100%) rename tests/rustdoc/{issue-35169-2.rs => deref-mut-35169-2.rs} (100%) rename tests/rustdoc/{issue-35169.rs => deref-mut-35169.rs} (100%) rename tests/rustdoc/{issue-42760.rs => doc-attr-comment-mix-42760.rs} (100%) rename tests/rustdoc/{issue-41783.codeblock.html => doctest/doctest-escape-boring-41783.codeblock.html} (100%) rename tests/rustdoc/{issue-41783.rs => doctest/doctest-escape-boring-41783.rs} (100%) rename tests/rustdoc/{issue-35488.rs => enum-variant-reexport-35488.rs} (100%) rename tests/rustdoc/{issue-53689.rs => impl-blanket-53689.rs} (100%) rename tests/rustdoc/{issue-43869.rs => impl-trait-43869.rs} (100%) rename tests/rustdoc/{ => inline_cross}/auxiliary/issue-46727.rs (100%) rename tests/rustdoc/{issue-46727.rs => inline_cross/const-eval-46727.rs} (100%) rename tests/rustdoc/{issue-55364.rs => intra-doc/module-scope-name-resolution-55364.rs} (100%) rename tests/rustdoc/{issue-46380-2.rs => public-impl-mention-private-generic-46380-2.rs} (100%) rename tests/rustdoc/{issue-53812.rs => sort-53812.rs} (100%) rename tests/rustdoc/{issue-46377.rs => summary-header-46377.rs} (100%) diff --git a/tests/rustdoc/issue-52873.rs b/tests/rustdoc-ui/ice-blanket-impl-52873.rs similarity index 100% rename from tests/rustdoc/issue-52873.rs rename to tests/rustdoc-ui/ice-blanket-impl-52873.rs diff --git a/tests/rustdoc/issue-55001.rs b/tests/rustdoc-ui/ice-blanket-impl-selection-55001.rs similarity index 100% rename from tests/rustdoc/issue-55001.rs rename to tests/rustdoc-ui/ice-blanket-impl-selection-55001.rs diff --git a/tests/rustdoc/issue-50159.rs b/tests/rustdoc/auto-trait-bounds-by-associated-type-50159.rs similarity index 100% rename from tests/rustdoc/issue-50159.rs rename to tests/rustdoc/auto-trait-bounds-by-associated-type-50159.rs diff --git a/tests/rustdoc/issue-54705.rs b/tests/rustdoc/auto-trait-bounds-inference-variables-54705.rs similarity index 100% rename from tests/rustdoc/issue-54705.rs rename to tests/rustdoc/auto-trait-bounds-inference-variables-54705.rs diff --git a/tests/rustdoc/issue-51236.rs b/tests/rustdoc/auto-trait-bounds-where-51236.rs similarity index 100% rename from tests/rustdoc/issue-51236.rs rename to tests/rustdoc/auto-trait-bounds-where-51236.rs diff --git a/tests/rustdoc/issue-55321.rs b/tests/rustdoc/auto-trait-negative-impl-55321.rs similarity index 100% rename from tests/rustdoc/issue-55321.rs rename to tests/rustdoc/auto-trait-negative-impl-55321.rs diff --git a/tests/rustdoc/issue-47197-blank-line-in-doc-block.rs b/tests/rustdoc/blank-line-in-doc-block-47197.rs similarity index 100% rename from tests/rustdoc/issue-47197-blank-line-in-doc-block.rs rename to tests/rustdoc/blank-line-in-doc-block-47197.rs diff --git a/tests/rustdoc/issue-54478-demo-allocator.rs b/tests/rustdoc/demo-allocator-54478.rs similarity index 100% rename from tests/rustdoc/issue-54478-demo-allocator.rs rename to tests/rustdoc/demo-allocator-54478.rs diff --git a/tests/rustdoc/issue-35169-2.rs b/tests/rustdoc/deref-mut-35169-2.rs similarity index 100% rename from tests/rustdoc/issue-35169-2.rs rename to tests/rustdoc/deref-mut-35169-2.rs diff --git a/tests/rustdoc/issue-35169.rs b/tests/rustdoc/deref-mut-35169.rs similarity index 100% rename from tests/rustdoc/issue-35169.rs rename to tests/rustdoc/deref-mut-35169.rs diff --git a/tests/rustdoc/issue-42760.rs b/tests/rustdoc/doc-attr-comment-mix-42760.rs similarity index 100% rename from tests/rustdoc/issue-42760.rs rename to tests/rustdoc/doc-attr-comment-mix-42760.rs diff --git a/tests/rustdoc/issue-41783.codeblock.html b/tests/rustdoc/doctest/doctest-escape-boring-41783.codeblock.html similarity index 100% rename from tests/rustdoc/issue-41783.codeblock.html rename to tests/rustdoc/doctest/doctest-escape-boring-41783.codeblock.html diff --git a/tests/rustdoc/issue-41783.rs b/tests/rustdoc/doctest/doctest-escape-boring-41783.rs similarity index 100% rename from tests/rustdoc/issue-41783.rs rename to tests/rustdoc/doctest/doctest-escape-boring-41783.rs diff --git a/tests/rustdoc/issue-35488.rs b/tests/rustdoc/enum-variant-reexport-35488.rs similarity index 100% rename from tests/rustdoc/issue-35488.rs rename to tests/rustdoc/enum-variant-reexport-35488.rs diff --git a/tests/rustdoc/issue-53689.rs b/tests/rustdoc/impl-blanket-53689.rs similarity index 100% rename from tests/rustdoc/issue-53689.rs rename to tests/rustdoc/impl-blanket-53689.rs diff --git a/tests/rustdoc/issue-43869.rs b/tests/rustdoc/impl-trait-43869.rs similarity index 100% rename from tests/rustdoc/issue-43869.rs rename to tests/rustdoc/impl-trait-43869.rs diff --git a/tests/rustdoc/auxiliary/issue-46727.rs b/tests/rustdoc/inline_cross/auxiliary/issue-46727.rs similarity index 100% rename from tests/rustdoc/auxiliary/issue-46727.rs rename to tests/rustdoc/inline_cross/auxiliary/issue-46727.rs diff --git a/tests/rustdoc/issue-46727.rs b/tests/rustdoc/inline_cross/const-eval-46727.rs similarity index 100% rename from tests/rustdoc/issue-46727.rs rename to tests/rustdoc/inline_cross/const-eval-46727.rs diff --git a/tests/rustdoc/issue-55364.rs b/tests/rustdoc/intra-doc/module-scope-name-resolution-55364.rs similarity index 100% rename from tests/rustdoc/issue-55364.rs rename to tests/rustdoc/intra-doc/module-scope-name-resolution-55364.rs diff --git a/tests/rustdoc/issue-46380-2.rs b/tests/rustdoc/public-impl-mention-private-generic-46380-2.rs similarity index 100% rename from tests/rustdoc/issue-46380-2.rs rename to tests/rustdoc/public-impl-mention-private-generic-46380-2.rs diff --git a/tests/rustdoc/issue-53812.rs b/tests/rustdoc/sort-53812.rs similarity index 100% rename from tests/rustdoc/issue-53812.rs rename to tests/rustdoc/sort-53812.rs diff --git a/tests/rustdoc/issue-46377.rs b/tests/rustdoc/summary-header-46377.rs similarity index 100% rename from tests/rustdoc/issue-46377.rs rename to tests/rustdoc/summary-header-46377.rs