summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/coherence-iterator-vec-any-elem.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/coherence/coherence-iterator-vec-any-elem.rs')
-rw-r--r--src/test/ui/coherence/coherence-iterator-vec-any-elem.rs14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/test/ui/coherence/coherence-iterator-vec-any-elem.rs b/src/test/ui/coherence/coherence-iterator-vec-any-elem.rs
deleted file mode 100644
index 43a0a5c42..000000000
--- a/src/test/ui/coherence/coherence-iterator-vec-any-elem.rs
+++ /dev/null
@@ -1,14 +0,0 @@
-// run-pass
-#![allow(dead_code)]
-// aux-build:coherence_lib.rs
-
-// pretty-expanded FIXME #23616
-
-extern crate coherence_lib as lib;
-use lib::Remote1;
-
-struct Foo<T>(T);
-
-impl<T,U> Remote1<U> for Foo<T> { }
-
-fn main() { }