summaryrefslogtreecommitdiffstats
path: root/src/test/ui/coherence/coherence-with-closure.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/coherence/coherence-with-closure.stderr')
-rw-r--r--src/test/ui/coherence/coherence-with-closure.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/coherence/coherence-with-closure.stderr b/src/test/ui/coherence/coherence-with-closure.stderr
deleted file mode 100644
index 431108e14..000000000
--- a/src/test/ui/coherence/coherence-with-closure.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-error[E0119]: conflicting implementations of trait `Trait` for type `Wrapper<OpaqueClosure>`
- --> $DIR/coherence-with-closure.rs:11:1
- |
-LL | impl Trait for Wrapper<OpaqueClosure> {}
- | ------------------------------------- first implementation here
-LL | impl<T: Sync> Trait for Wrapper<T> {}
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `Wrapper<OpaqueClosure>`
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0119`.