From 7cd8b2c9253e83c8101a45ccf6e401cd3160650c Mon Sep 17 00:00:00 2001 From: Michael Howell Date: Wed, 27 Sep 2023 17:15:37 -0700 Subject: [PATCH] Rename issue-\d+.rs tests to have meaningful names --- tests/rustdoc/{issue-15169.rs => anchor-id-trait-method-15169.rs} | 0 tests/rustdoc/{issue-20646.rs => assoc-type-bindings-20646.rs} | 0 .../{issue-19190-2.rs => deref-methods-19190-foreign-type.rs} | 0 tests/rustdoc/{issue-19190-3.rs => deref-methods-19190-inline.rs} | 0 tests/rustdoc/{issue-19190.rs => deref-methods-19190.rs} | 0 tests/rustdoc/{issue-13698.rs => doc-hidden-method-13698.rs} | 0 tests/rustdoc/{issue-18199.rs => doc-test-attr-18199.rs} | 0 tests/rustdoc/{issue-15347.rs => document-hidden-items-15347.rs} | 0 tests/rustdoc/{issue-12834.rs => highlight-invalid-rust-12834.rs} | 0 tests/rustdoc/{issue-19181.rs => ice-type-error-19181.rs} | 0 tests/rustdoc/{issue-20175.rs => impl-ref-20175.rs} | 0 .../rustdoc/{issue-16265-1.rs => infinite-redirection-16265-1.rs} | 0 .../rustdoc/{issue-16265-2.rs => infinite-redirection-16265-2.rs} | 0 .../{issue-20727-2.rs => inline-assoc-type-20727-bindings.rs} | 0 .../{issue-20727-3.rs => inline-assoc-type-20727-bounds-deref.rs} | 0 .../{issue-20727-4.rs => inline-assoc-type-20727-bounds-index.rs} | 0 .../rustdoc/{issue-20727.rs => inline-assoc-type-20727-bounds.rs} | 0 tests/rustdoc/{issue-16019.rs => macro-ice-16019.rs} | 0 .../{issue-17476.rs => method-link-foreign-trait-impl-17476.rs} | 0 .../{issue-15318-3.rs => primitive-raw-pointer-dox-15318-3.rs} | 0 .../{issue-15318.rs => primitive-raw-pointer-link-15318.rs} | 0 ...5318-2.rs => primitive-raw-pointer-link-no-inlined-15318-2.rs} | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename tests/rustdoc/{issue-15169.rs => anchor-id-trait-method-15169.rs} (100%) rename tests/rustdoc/{issue-20646.rs => assoc-type-bindings-20646.rs} (100%) rename tests/rustdoc/{issue-19190-2.rs => deref-methods-19190-foreign-type.rs} (100%) rename tests/rustdoc/{issue-19190-3.rs => deref-methods-19190-inline.rs} (100%) rename tests/rustdoc/{issue-19190.rs => deref-methods-19190.rs} (100%) rename tests/rustdoc/{issue-13698.rs => doc-hidden-method-13698.rs} (100%) rename tests/rustdoc/{issue-18199.rs => doc-test-attr-18199.rs} (100%) rename tests/rustdoc/{issue-15347.rs => document-hidden-items-15347.rs} (100%) rename tests/rustdoc/{issue-12834.rs => highlight-invalid-rust-12834.rs} (100%) rename tests/rustdoc/{issue-19181.rs => ice-type-error-19181.rs} (100%) rename tests/rustdoc/{issue-20175.rs => impl-ref-20175.rs} (100%) rename tests/rustdoc/{issue-16265-1.rs => infinite-redirection-16265-1.rs} (100%) rename tests/rustdoc/{issue-16265-2.rs => infinite-redirection-16265-2.rs} (100%) rename tests/rustdoc/{issue-20727-2.rs => inline-assoc-type-20727-bindings.rs} (100%) rename tests/rustdoc/{issue-20727-3.rs => inline-assoc-type-20727-bounds-deref.rs} (100%) rename tests/rustdoc/{issue-20727-4.rs => inline-assoc-type-20727-bounds-index.rs} (100%) rename tests/rustdoc/{issue-20727.rs => inline-assoc-type-20727-bounds.rs} (100%) rename tests/rustdoc/{issue-16019.rs => macro-ice-16019.rs} (100%) rename tests/rustdoc/{issue-17476.rs => method-link-foreign-trait-impl-17476.rs} (100%) rename tests/rustdoc/{issue-15318-3.rs => primitive-raw-pointer-dox-15318-3.rs} (100%) rename tests/rustdoc/{issue-15318.rs => primitive-raw-pointer-link-15318.rs} (100%) rename tests/rustdoc/{issue-15318-2.rs => primitive-raw-pointer-link-no-inlined-15318-2.rs} (100%) diff --git a/tests/rustdoc/issue-15169.rs b/tests/rustdoc/anchor-id-trait-method-15169.rs similarity index 100% rename from tests/rustdoc/issue-15169.rs rename to tests/rustdoc/anchor-id-trait-method-15169.rs diff --git a/tests/rustdoc/issue-20646.rs b/tests/rustdoc/assoc-type-bindings-20646.rs similarity index 100% rename from tests/rustdoc/issue-20646.rs rename to tests/rustdoc/assoc-type-bindings-20646.rs diff --git a/tests/rustdoc/issue-19190-2.rs b/tests/rustdoc/deref-methods-19190-foreign-type.rs similarity index 100% rename from tests/rustdoc/issue-19190-2.rs rename to tests/rustdoc/deref-methods-19190-foreign-type.rs diff --git a/tests/rustdoc/issue-19190-3.rs b/tests/rustdoc/deref-methods-19190-inline.rs similarity index 100% rename from tests/rustdoc/issue-19190-3.rs rename to tests/rustdoc/deref-methods-19190-inline.rs diff --git a/tests/rustdoc/issue-19190.rs b/tests/rustdoc/deref-methods-19190.rs similarity index 100% rename from tests/rustdoc/issue-19190.rs rename to tests/rustdoc/deref-methods-19190.rs diff --git a/tests/rustdoc/issue-13698.rs b/tests/rustdoc/doc-hidden-method-13698.rs similarity index 100% rename from tests/rustdoc/issue-13698.rs rename to tests/rustdoc/doc-hidden-method-13698.rs diff --git a/tests/rustdoc/issue-18199.rs b/tests/rustdoc/doc-test-attr-18199.rs similarity index 100% rename from tests/rustdoc/issue-18199.rs rename to tests/rustdoc/doc-test-attr-18199.rs diff --git a/tests/rustdoc/issue-15347.rs b/tests/rustdoc/document-hidden-items-15347.rs similarity index 100% rename from tests/rustdoc/issue-15347.rs rename to tests/rustdoc/document-hidden-items-15347.rs diff --git a/tests/rustdoc/issue-12834.rs b/tests/rustdoc/highlight-invalid-rust-12834.rs similarity index 100% rename from tests/rustdoc/issue-12834.rs rename to tests/rustdoc/highlight-invalid-rust-12834.rs diff --git a/tests/rustdoc/issue-19181.rs b/tests/rustdoc/ice-type-error-19181.rs similarity index 100% rename from tests/rustdoc/issue-19181.rs rename to tests/rustdoc/ice-type-error-19181.rs diff --git a/tests/rustdoc/issue-20175.rs b/tests/rustdoc/impl-ref-20175.rs similarity index 100% rename from tests/rustdoc/issue-20175.rs rename to tests/rustdoc/impl-ref-20175.rs diff --git a/tests/rustdoc/issue-16265-1.rs b/tests/rustdoc/infinite-redirection-16265-1.rs similarity index 100% rename from tests/rustdoc/issue-16265-1.rs rename to tests/rustdoc/infinite-redirection-16265-1.rs diff --git a/tests/rustdoc/issue-16265-2.rs b/tests/rustdoc/infinite-redirection-16265-2.rs similarity index 100% rename from tests/rustdoc/issue-16265-2.rs rename to tests/rustdoc/infinite-redirection-16265-2.rs diff --git a/tests/rustdoc/issue-20727-2.rs b/tests/rustdoc/inline-assoc-type-20727-bindings.rs similarity index 100% rename from tests/rustdoc/issue-20727-2.rs rename to tests/rustdoc/inline-assoc-type-20727-bindings.rs diff --git a/tests/rustdoc/issue-20727-3.rs b/tests/rustdoc/inline-assoc-type-20727-bounds-deref.rs similarity index 100% rename from tests/rustdoc/issue-20727-3.rs rename to tests/rustdoc/inline-assoc-type-20727-bounds-deref.rs diff --git a/tests/rustdoc/issue-20727-4.rs b/tests/rustdoc/inline-assoc-type-20727-bounds-index.rs similarity index 100% rename from tests/rustdoc/issue-20727-4.rs rename to tests/rustdoc/inline-assoc-type-20727-bounds-index.rs diff --git a/tests/rustdoc/issue-20727.rs b/tests/rustdoc/inline-assoc-type-20727-bounds.rs similarity index 100% rename from tests/rustdoc/issue-20727.rs rename to tests/rustdoc/inline-assoc-type-20727-bounds.rs diff --git a/tests/rustdoc/issue-16019.rs b/tests/rustdoc/macro-ice-16019.rs similarity index 100% rename from tests/rustdoc/issue-16019.rs rename to tests/rustdoc/macro-ice-16019.rs diff --git a/tests/rustdoc/issue-17476.rs b/tests/rustdoc/method-link-foreign-trait-impl-17476.rs similarity index 100% rename from tests/rustdoc/issue-17476.rs rename to tests/rustdoc/method-link-foreign-trait-impl-17476.rs diff --git a/tests/rustdoc/issue-15318-3.rs b/tests/rustdoc/primitive-raw-pointer-dox-15318-3.rs similarity index 100% rename from tests/rustdoc/issue-15318-3.rs rename to tests/rustdoc/primitive-raw-pointer-dox-15318-3.rs diff --git a/tests/rustdoc/issue-15318.rs b/tests/rustdoc/primitive-raw-pointer-link-15318.rs similarity index 100% rename from tests/rustdoc/issue-15318.rs rename to tests/rustdoc/primitive-raw-pointer-link-15318.rs diff --git a/tests/rustdoc/issue-15318-2.rs b/tests/rustdoc/primitive-raw-pointer-link-no-inlined-15318-2.rs similarity index 100% rename from tests/rustdoc/issue-15318-2.rs rename to tests/rustdoc/primitive-raw-pointer-link-no-inlined-15318-2.rs