summaryrefslogtreecommitdiff
path: root/tests/ui/implied-bounds/issue-100690.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/implied-bounds/issue-100690.stderr')
-rw-r--r--tests/ui/implied-bounds/issue-100690.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/implied-bounds/issue-100690.stderr b/tests/ui/implied-bounds/issue-100690.stderr
index ac9f7ab2529..49f2fcd0a67 100644
--- a/tests/ui/implied-bounds/issue-100690.stderr
+++ b/tests/ui/implied-bounds/issue-100690.stderr
@@ -17,6 +17,6 @@ LL | fn real_dispatch<T, F>(f: F) -> Result<(), io::Error>
LL | F: FnOnce(&mut UIView<T>) -> Result<(), io::Error> + Send + 'static,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `real_dispatch`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0277`.