summaryrefslogtreecommitdiffstats
path: root/tests/ui/coherence/coherence-unsafe-trait-object-impl.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/coherence/coherence-unsafe-trait-object-impl.stderr')
-rw-r--r--tests/ui/coherence/coherence-unsafe-trait-object-impl.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/coherence/coherence-unsafe-trait-object-impl.stderr b/tests/ui/coherence/coherence-unsafe-trait-object-impl.stderr
index a3a37fd27..4f898ec12 100644
--- a/tests/ui/coherence/coherence-unsafe-trait-object-impl.stderr
+++ b/tests/ui/coherence/coherence-unsafe-trait-object-impl.stderr
@@ -17,6 +17,6 @@ note: required by a bound in `takes_t`
LL | fn takes_t<S: Trait>(s: S) {
| ^^^^^ required by this bound in `takes_t`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.