From 9339abb8f9978d3c1636b6be81511bbd2542736b Mon Sep 17 00:00:00 2001 From: Takayuki Maeda Date: Mon, 13 Apr 2026 18:03:20 +0900 Subject: [PATCH] move tests to associated-type-bounds/return-type-notation --- .../return-type-notation-where-clause-doesnt-apply.rs | 0 .../return-type-notation-where-clause-doesnt-apply.stderr | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/ui/{traits/next-solver/diagnostics => associated-type-bounds/return-type-notation}/return-type-notation-where-clause-doesnt-apply.rs (100%) rename tests/ui/{traits/next-solver/diagnostics => associated-type-bounds/return-type-notation}/return-type-notation-where-clause-doesnt-apply.stderr (100%) diff --git a/tests/ui/traits/next-solver/diagnostics/return-type-notation-where-clause-doesnt-apply.rs b/tests/ui/associated-type-bounds/return-type-notation/return-type-notation-where-clause-doesnt-apply.rs similarity index 100% rename from tests/ui/traits/next-solver/diagnostics/return-type-notation-where-clause-doesnt-apply.rs rename to tests/ui/associated-type-bounds/return-type-notation/return-type-notation-where-clause-doesnt-apply.rs diff --git a/tests/ui/traits/next-solver/diagnostics/return-type-notation-where-clause-doesnt-apply.stderr b/tests/ui/associated-type-bounds/return-type-notation/return-type-notation-where-clause-doesnt-apply.stderr similarity index 100% rename from tests/ui/traits/next-solver/diagnostics/return-type-notation-where-clause-doesnt-apply.stderr rename to tests/ui/associated-type-bounds/return-type-notation/return-type-notation-where-clause-doesnt-apply.stderr