summaryrefslogtreecommitdiffstats
path: root/tests/ui/coherence/coherence-overlap-upstream.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/coherence/coherence-overlap-upstream.stderr')
-rw-r--r--tests/ui/coherence/coherence-overlap-upstream.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/coherence/coherence-overlap-upstream.stderr b/tests/ui/coherence/coherence-overlap-upstream.stderr
index f6145c188..8272c8875 100644
--- a/tests/ui/coherence/coherence-overlap-upstream.stderr
+++ b/tests/ui/coherence/coherence-overlap-upstream.stderr
@@ -2,7 +2,7 @@ error[E0119]: conflicting implementations of trait `Foo` for type `i16`
--> $DIR/coherence-overlap-upstream.rs:13:1
|
LL | impl<T> Foo for T where T: Remote {}
- | ----------------- first implementation here
+ | --------------------------------- first implementation here
LL | impl Foo for i16 {}
| ^^^^^^^^^^^^^^^^ conflicting implementation for `i16`
|