From 6ec8c13e15824d5b0dbdca5ab404d15af3e68f48 Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Wed, 11 Jan 2023 20:16:12 +0000 Subject: [PATCH] Rebase and move UI tests --- .../ui/traits/copy-is-not-modulo-regions.not_static.stderr | 0 {src/test => tests}/ui/traits/copy-is-not-modulo-regions.rs | 0 {src/test => tests}/ui/traits/copy-requires-self-wf.rs | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {src/test => tests}/ui/traits/copy-is-not-modulo-regions.not_static.stderr (100%) rename {src/test => tests}/ui/traits/copy-is-not-modulo-regions.rs (100%) rename {src/test => tests}/ui/traits/copy-requires-self-wf.rs (100%) diff --git a/src/test/ui/traits/copy-is-not-modulo-regions.not_static.stderr b/tests/ui/traits/copy-is-not-modulo-regions.not_static.stderr similarity index 100% rename from src/test/ui/traits/copy-is-not-modulo-regions.not_static.stderr rename to tests/ui/traits/copy-is-not-modulo-regions.not_static.stderr diff --git a/src/test/ui/traits/copy-is-not-modulo-regions.rs b/tests/ui/traits/copy-is-not-modulo-regions.rs similarity index 100% rename from src/test/ui/traits/copy-is-not-modulo-regions.rs rename to tests/ui/traits/copy-is-not-modulo-regions.rs diff --git a/src/test/ui/traits/copy-requires-self-wf.rs b/tests/ui/traits/copy-requires-self-wf.rs similarity index 100% rename from src/test/ui/traits/copy-requires-self-wf.rs rename to tests/ui/traits/copy-requires-self-wf.rs