From 55bd054a21533cbaa02836b0ca125c2eaaa4b8f4 Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Tue, 21 May 2024 12:28:34 -0700 Subject: [PATCH] rustdoc: rename `issue-\d+.rs` tests to have meaningful names --- ...-asref-for-and-of-local.rs => asref-for-and-of-local-82465.rs} | 0 ...reexported-trait.rs => blanket-impl-reexported-trait-94183.rs} | 0 .../{issue-88600.rs => enum-variant-doc-hidden-field-88600.rs} | 0 .../{issue-89309-heading-levels.rs => heading-levels-89309.rs} | 0 .../{issue-86620.rs => method-anchor-in-blanket-impl-86620.rs} | 0 ...ule.rs => multiple-macro-rules-w-same-name-submodule-99221.rs} | 0 ...oc-inline.rs => multiple-mods-w-same-name-doc-inline-83375.rs} | 0 ...rs => multiple-mods-w-same-name-doc-inline-last-item-83375.rs} | 0 ...0233-normalize-auto-trait.rs => normalize-auto-trait-80233.rs} | 0 ...ort-in-public-api.rs => private-export-in-public-api-81141.rs} | 0 ...-public-api-2.rs => private-reexport-in-public-api-81141-2.rs} | 0 ...nerics.rs => private-reexport-in-public-api-generics-81141.rs} | 0 ...i-hidden.rs => private-reexport-in-public-api-hidden-81141.rs} | 0 ...private.rs => private-reexport-in-public-api-private-81141.rs} | 0 tests/rustdoc/{issue-89852.rs => pub-use-exported-macro-89852.rs} | 0 ...95633.rs => pub-use-primitive-document-private-items-95633.rs} | 0 tests/rustdoc/{issue-95873.rs => pub-use-root-path-95873.rs} | 0 tests/rustdoc/{issue-85454.rs => qpath-self-85454.rs} | 0 .../{issue-98697.rs => reexport-with-anonymous-lifetime-98697.rs} | 0 .../{issue-96381.rs => underscore-type-in-trait-impl-96381.rs} | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename tests/rustdoc/{issue-82465-asref-for-and-of-local.rs => asref-for-and-of-local-82465.rs} (100%) rename tests/rustdoc/{issue-94183-blanket-impl-reexported-trait.rs => blanket-impl-reexported-trait-94183.rs} (100%) rename tests/rustdoc/{issue-88600.rs => enum-variant-doc-hidden-field-88600.rs} (100%) rename tests/rustdoc/{issue-89309-heading-levels.rs => heading-levels-89309.rs} (100%) rename tests/rustdoc/{issue-86620.rs => method-anchor-in-blanket-impl-86620.rs} (100%) rename tests/rustdoc/{issue-99221-multiple-macro-rules-w-same-name-submodule.rs => multiple-macro-rules-w-same-name-submodule-99221.rs} (100%) rename tests/rustdoc/{issue-83375-multiple-mods-w-same-name-doc-inline.rs => multiple-mods-w-same-name-doc-inline-83375.rs} (100%) rename tests/rustdoc/{issue-83375-multiple-mods-w-same-name-doc-inline-last-item.rs => multiple-mods-w-same-name-doc-inline-last-item-83375.rs} (100%) rename tests/rustdoc/{issue-80233-normalize-auto-trait.rs => normalize-auto-trait-80233.rs} (100%) rename tests/rustdoc/{issue-81141-private-reexport-in-public-api.rs => private-export-in-public-api-81141.rs} (100%) rename tests/rustdoc/{issue-81141-private-reexport-in-public-api-2.rs => private-reexport-in-public-api-81141-2.rs} (100%) rename tests/rustdoc/{issue-81141-private-reexport-in-public-api-generics.rs => private-reexport-in-public-api-generics-81141.rs} (100%) rename tests/rustdoc/{issue-81141-private-reexport-in-public-api-hidden.rs => private-reexport-in-public-api-hidden-81141.rs} (100%) rename tests/rustdoc/{issue-81141-private-reexport-in-public-api-private.rs => private-reexport-in-public-api-private-81141.rs} (100%) rename tests/rustdoc/{issue-89852.rs => pub-use-exported-macro-89852.rs} (100%) rename tests/rustdoc/{issue-95633.rs => pub-use-primitive-document-private-items-95633.rs} (100%) rename tests/rustdoc/{issue-95873.rs => pub-use-root-path-95873.rs} (100%) rename tests/rustdoc/{issue-85454.rs => qpath-self-85454.rs} (100%) rename tests/rustdoc/{issue-98697.rs => reexport-with-anonymous-lifetime-98697.rs} (100%) rename tests/rustdoc/{issue-96381.rs => underscore-type-in-trait-impl-96381.rs} (100%) diff --git a/tests/rustdoc/issue-82465-asref-for-and-of-local.rs b/tests/rustdoc/asref-for-and-of-local-82465.rs similarity index 100% rename from tests/rustdoc/issue-82465-asref-for-and-of-local.rs rename to tests/rustdoc/asref-for-and-of-local-82465.rs diff --git a/tests/rustdoc/issue-94183-blanket-impl-reexported-trait.rs b/tests/rustdoc/blanket-impl-reexported-trait-94183.rs similarity index 100% rename from tests/rustdoc/issue-94183-blanket-impl-reexported-trait.rs rename to tests/rustdoc/blanket-impl-reexported-trait-94183.rs diff --git a/tests/rustdoc/issue-88600.rs b/tests/rustdoc/enum-variant-doc-hidden-field-88600.rs similarity index 100% rename from tests/rustdoc/issue-88600.rs rename to tests/rustdoc/enum-variant-doc-hidden-field-88600.rs diff --git a/tests/rustdoc/issue-89309-heading-levels.rs b/tests/rustdoc/heading-levels-89309.rs similarity index 100% rename from tests/rustdoc/issue-89309-heading-levels.rs rename to tests/rustdoc/heading-levels-89309.rs diff --git a/tests/rustdoc/issue-86620.rs b/tests/rustdoc/method-anchor-in-blanket-impl-86620.rs similarity index 100% rename from tests/rustdoc/issue-86620.rs rename to tests/rustdoc/method-anchor-in-blanket-impl-86620.rs diff --git a/tests/rustdoc/issue-99221-multiple-macro-rules-w-same-name-submodule.rs b/tests/rustdoc/multiple-macro-rules-w-same-name-submodule-99221.rs similarity index 100% rename from tests/rustdoc/issue-99221-multiple-macro-rules-w-same-name-submodule.rs rename to tests/rustdoc/multiple-macro-rules-w-same-name-submodule-99221.rs diff --git a/tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline.rs b/tests/rustdoc/multiple-mods-w-same-name-doc-inline-83375.rs similarity index 100% rename from tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline.rs rename to tests/rustdoc/multiple-mods-w-same-name-doc-inline-83375.rs diff --git a/tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline-last-item.rs b/tests/rustdoc/multiple-mods-w-same-name-doc-inline-last-item-83375.rs similarity index 100% rename from tests/rustdoc/issue-83375-multiple-mods-w-same-name-doc-inline-last-item.rs rename to tests/rustdoc/multiple-mods-w-same-name-doc-inline-last-item-83375.rs diff --git a/tests/rustdoc/issue-80233-normalize-auto-trait.rs b/tests/rustdoc/normalize-auto-trait-80233.rs similarity index 100% rename from tests/rustdoc/issue-80233-normalize-auto-trait.rs rename to tests/rustdoc/normalize-auto-trait-80233.rs diff --git a/tests/rustdoc/issue-81141-private-reexport-in-public-api.rs b/tests/rustdoc/private-export-in-public-api-81141.rs similarity index 100% rename from tests/rustdoc/issue-81141-private-reexport-in-public-api.rs rename to tests/rustdoc/private-export-in-public-api-81141.rs diff --git a/tests/rustdoc/issue-81141-private-reexport-in-public-api-2.rs b/tests/rustdoc/private-reexport-in-public-api-81141-2.rs similarity index 100% rename from tests/rustdoc/issue-81141-private-reexport-in-public-api-2.rs rename to tests/rustdoc/private-reexport-in-public-api-81141-2.rs diff --git a/tests/rustdoc/issue-81141-private-reexport-in-public-api-generics.rs b/tests/rustdoc/private-reexport-in-public-api-generics-81141.rs similarity index 100% rename from tests/rustdoc/issue-81141-private-reexport-in-public-api-generics.rs rename to tests/rustdoc/private-reexport-in-public-api-generics-81141.rs diff --git a/tests/rustdoc/issue-81141-private-reexport-in-public-api-hidden.rs b/tests/rustdoc/private-reexport-in-public-api-hidden-81141.rs similarity index 100% rename from tests/rustdoc/issue-81141-private-reexport-in-public-api-hidden.rs rename to tests/rustdoc/private-reexport-in-public-api-hidden-81141.rs diff --git a/tests/rustdoc/issue-81141-private-reexport-in-public-api-private.rs b/tests/rustdoc/private-reexport-in-public-api-private-81141.rs similarity index 100% rename from tests/rustdoc/issue-81141-private-reexport-in-public-api-private.rs rename to tests/rustdoc/private-reexport-in-public-api-private-81141.rs diff --git a/tests/rustdoc/issue-89852.rs b/tests/rustdoc/pub-use-exported-macro-89852.rs similarity index 100% rename from tests/rustdoc/issue-89852.rs rename to tests/rustdoc/pub-use-exported-macro-89852.rs diff --git a/tests/rustdoc/issue-95633.rs b/tests/rustdoc/pub-use-primitive-document-private-items-95633.rs similarity index 100% rename from tests/rustdoc/issue-95633.rs rename to tests/rustdoc/pub-use-primitive-document-private-items-95633.rs diff --git a/tests/rustdoc/issue-95873.rs b/tests/rustdoc/pub-use-root-path-95873.rs similarity index 100% rename from tests/rustdoc/issue-95873.rs rename to tests/rustdoc/pub-use-root-path-95873.rs diff --git a/tests/rustdoc/issue-85454.rs b/tests/rustdoc/qpath-self-85454.rs similarity index 100% rename from tests/rustdoc/issue-85454.rs rename to tests/rustdoc/qpath-self-85454.rs diff --git a/tests/rustdoc/issue-98697.rs b/tests/rustdoc/reexport-with-anonymous-lifetime-98697.rs similarity index 100% rename from tests/rustdoc/issue-98697.rs rename to tests/rustdoc/reexport-with-anonymous-lifetime-98697.rs diff --git a/tests/rustdoc/issue-96381.rs b/tests/rustdoc/underscore-type-in-trait-impl-96381.rs similarity index 100% rename from tests/rustdoc/issue-96381.rs rename to tests/rustdoc/underscore-type-in-trait-impl-96381.rs