summaryrefslogtreecommitdiffstats
path: root/tests/ui/traits/reservation-impl/coherence-conflict.next.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/traits/reservation-impl/coherence-conflict.next.stderr')
-rw-r--r--tests/ui/traits/reservation-impl/coherence-conflict.next.stderr4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/ui/traits/reservation-impl/coherence-conflict.next.stderr b/tests/ui/traits/reservation-impl/coherence-conflict.next.stderr
index e5a3c3f5c..2b5277f93 100644
--- a/tests/ui/traits/reservation-impl/coherence-conflict.next.stderr
+++ b/tests/ui/traits/reservation-impl/coherence-conflict.next.stderr
@@ -5,7 +5,9 @@ LL | impl OtherTrait for () {}
| ---------------------- first implementation here
LL | impl<T: MyTrait> OtherTrait for T {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `()`
+ |
+ = note: this impl is reserved
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0119`.