summaryrefslogtreecommitdiffstats
path: root/tests/ui/coherence/coherence-overlap-downstream.next.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/coherence/coherence-overlap-downstream.next.stderr')
-rw-r--r--tests/ui/coherence/coherence-overlap-downstream.next.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/coherence/coherence-overlap-downstream.next.stderr b/tests/ui/coherence/coherence-overlap-downstream.next.stderr
index 9d62efbc3..6c2e9466b 100644
--- a/tests/ui/coherence/coherence-overlap-downstream.next.stderr
+++ b/tests/ui/coherence/coherence-overlap-downstream.next.stderr
@@ -10,7 +10,7 @@ error[E0119]: conflicting implementations of trait `Foo<_>` for type `i32`
--> $DIR/coherence-overlap-downstream.rs:17:1
|
LL | impl<X, T> Foo<X> for T where T: Bar<X> {}
- | ----------------------- first implementation here
+ | --------------------------------------- first implementation here
LL | impl<X> Foo<X> for i32 {}
| ^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `i32`
|