summaryrefslogtreecommitdiff
path: root/tests/ui/wf/issue-87495.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/wf/issue-87495.stderr')
-rw-r--r--tests/ui/wf/issue-87495.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/wf/issue-87495.stderr b/tests/ui/wf/issue-87495.stderr
index c924cd87997..3ccfd7f8d79 100644
--- a/tests/ui/wf/issue-87495.stderr
+++ b/tests/ui/wf/issue-87495.stderr
@@ -13,6 +13,6 @@ LL | const CONST: (bool, dyn T);
| ^^^^^ ...because it contains this associated `const`
= help: consider moving `CONST` to another trait
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0038`.