From 6959582ac6378e1c1c2b858497770df609feb37e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E6=9D=B0=E5=8F=8B=20Jieyou=20Xu=20=28Joe=29?= <39484203+jieyouxu@users.noreply.github.com> Date: Sun, 8 Dec 2024 14:25:39 +0800 Subject: [PATCH] Move `assoc-lang-items.rs` to `tests/ui/lang-items/` --- tests/ui/{ => lang-items}/assoc-lang-items.rs | 0 tests/ui/{ => lang-items}/assoc-lang-items.stderr | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/ui/{ => lang-items}/assoc-lang-items.rs (100%) rename tests/ui/{ => lang-items}/assoc-lang-items.stderr (100%) diff --git a/tests/ui/assoc-lang-items.rs b/tests/ui/lang-items/assoc-lang-items.rs similarity index 100% rename from tests/ui/assoc-lang-items.rs rename to tests/ui/lang-items/assoc-lang-items.rs diff --git a/tests/ui/assoc-lang-items.stderr b/tests/ui/lang-items/assoc-lang-items.stderr similarity index 100% rename from tests/ui/assoc-lang-items.stderr rename to tests/ui/lang-items/assoc-lang-items.stderr