From 0aac07725399e42e1e3515c371f3007263643a62 Mon Sep 17 00:00:00 2001 From: midsterx Date: Fri, 7 Nov 2025 00:54:16 -0800 Subject: [PATCH] test(rustdoc): move tests into jump-to-def --- .../{jump-to-def-assoc-items.rs => jump-to-def/assoc-items.rs} | 0 .../assoc-types.rs} | 0 .../jump-to-def/auxiliary/{jump-to-def-macro.rs => symbols.rs} | 0 .../{jump-to-def-doc-links-calls.rs => doc-links-calls.rs} | 0 .../jump-to-def/{jump-to-def-doc-links.rs => doc-links.rs} | 0 tests/rustdoc/jump-to-def/{jump-to-def-macro.rs => macro.rs} | 0 .../rustdoc/{jump-to-def-ice.rs => jump-to-def/no-body-items.rs} | 0 .../{jump-to-non-local-method.rs => non-local-method.rs} | 0 tests/rustdoc/jump-to-def/{jump-to-def-pats.rs => patterns.rs} | 0 .../{jump-to-def-prelude-types.rs => prelude-types.rs} | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename tests/rustdoc/{jump-to-def-assoc-items.rs => jump-to-def/assoc-items.rs} (100%) rename tests/rustdoc/{jump-to-def-ice-assoc-types.rs => jump-to-def/assoc-types.rs} (100%) rename tests/rustdoc/jump-to-def/auxiliary/{jump-to-def-macro.rs => symbols.rs} (100%) rename tests/rustdoc/jump-to-def/{jump-to-def-doc-links-calls.rs => doc-links-calls.rs} (100%) rename tests/rustdoc/jump-to-def/{jump-to-def-doc-links.rs => doc-links.rs} (100%) rename tests/rustdoc/jump-to-def/{jump-to-def-macro.rs => macro.rs} (100%) rename tests/rustdoc/{jump-to-def-ice.rs => jump-to-def/no-body-items.rs} (100%) rename tests/rustdoc/jump-to-def/{jump-to-non-local-method.rs => non-local-method.rs} (100%) rename tests/rustdoc/jump-to-def/{jump-to-def-pats.rs => patterns.rs} (100%) rename tests/rustdoc/jump-to-def/{jump-to-def-prelude-types.rs => prelude-types.rs} (100%) diff --git a/tests/rustdoc/jump-to-def-assoc-items.rs b/tests/rustdoc/jump-to-def/assoc-items.rs similarity index 100% rename from tests/rustdoc/jump-to-def-assoc-items.rs rename to tests/rustdoc/jump-to-def/assoc-items.rs diff --git a/tests/rustdoc/jump-to-def-ice-assoc-types.rs b/tests/rustdoc/jump-to-def/assoc-types.rs similarity index 100% rename from tests/rustdoc/jump-to-def-ice-assoc-types.rs rename to tests/rustdoc/jump-to-def/assoc-types.rs diff --git a/tests/rustdoc/jump-to-def/auxiliary/jump-to-def-macro.rs b/tests/rustdoc/jump-to-def/auxiliary/symbols.rs similarity index 100% rename from tests/rustdoc/jump-to-def/auxiliary/jump-to-def-macro.rs rename to tests/rustdoc/jump-to-def/auxiliary/symbols.rs diff --git a/tests/rustdoc/jump-to-def/jump-to-def-doc-links-calls.rs b/tests/rustdoc/jump-to-def/doc-links-calls.rs similarity index 100% rename from tests/rustdoc/jump-to-def/jump-to-def-doc-links-calls.rs rename to tests/rustdoc/jump-to-def/doc-links-calls.rs diff --git a/tests/rustdoc/jump-to-def/jump-to-def-doc-links.rs b/tests/rustdoc/jump-to-def/doc-links.rs similarity index 100% rename from tests/rustdoc/jump-to-def/jump-to-def-doc-links.rs rename to tests/rustdoc/jump-to-def/doc-links.rs diff --git a/tests/rustdoc/jump-to-def/jump-to-def-macro.rs b/tests/rustdoc/jump-to-def/macro.rs similarity index 100% rename from tests/rustdoc/jump-to-def/jump-to-def-macro.rs rename to tests/rustdoc/jump-to-def/macro.rs diff --git a/tests/rustdoc/jump-to-def-ice.rs b/tests/rustdoc/jump-to-def/no-body-items.rs similarity index 100% rename from tests/rustdoc/jump-to-def-ice.rs rename to tests/rustdoc/jump-to-def/no-body-items.rs diff --git a/tests/rustdoc/jump-to-def/jump-to-non-local-method.rs b/tests/rustdoc/jump-to-def/non-local-method.rs similarity index 100% rename from tests/rustdoc/jump-to-def/jump-to-non-local-method.rs rename to tests/rustdoc/jump-to-def/non-local-method.rs diff --git a/tests/rustdoc/jump-to-def/jump-to-def-pats.rs b/tests/rustdoc/jump-to-def/patterns.rs similarity index 100% rename from tests/rustdoc/jump-to-def/jump-to-def-pats.rs rename to tests/rustdoc/jump-to-def/patterns.rs diff --git a/tests/rustdoc/jump-to-def/jump-to-def-prelude-types.rs b/tests/rustdoc/jump-to-def/prelude-types.rs similarity index 100% rename from tests/rustdoc/jump-to-def/jump-to-def-prelude-types.rs rename to tests/rustdoc/jump-to-def/prelude-types.rs