summaryrefslogtreecommitdiffstats
path: root/tests/ui/wf/wf-trait-superbound.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/wf/wf-trait-superbound.stderr')
-rw-r--r--tests/ui/wf/wf-trait-superbound.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/wf/wf-trait-superbound.stderr b/tests/ui/wf/wf-trait-superbound.stderr
index cd49243a4..3c05065e5 100644
--- a/tests/ui/wf/wf-trait-superbound.stderr
+++ b/tests/ui/wf/wf-trait-superbound.stderr
@@ -14,6 +14,6 @@ help: consider restricting type parameter `T`
LL | trait SomeTrait<T: std::marker::Copy>: ExtraCopy<T> {
| +++++++++++++++++++
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.