From 218caa410aa38c29984be31a5229b9fa717560ee Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 14:19:13 +0200 Subject: Merging upstream version 1.68.2+dfsg1. Signed-off-by: Daniel Baumann --- src/test/ui/coherence/auxiliary/coherence_lib.rs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 src/test/ui/coherence/auxiliary/coherence_lib.rs (limited to 'src/test/ui/coherence/auxiliary/coherence_lib.rs') diff --git a/src/test/ui/coherence/auxiliary/coherence_lib.rs b/src/test/ui/coherence/auxiliary/coherence_lib.rs deleted file mode 100644 index c22819831..000000000 --- a/src/test/ui/coherence/auxiliary/coherence_lib.rs +++ /dev/null @@ -1,15 +0,0 @@ -#![crate_type="lib"] - -pub trait Remote { - fn foo(&self) { } -} - -pub trait Remote1 { - fn foo(&self, _t: T) { } -} - -pub trait Remote2 { - fn foo(&self, _t: T, _u: U) { } -} - -pub struct Pair(T,U); -- cgit v1.2.3