summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/issue-107775.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/typeck/issue-107775.stderr')
-rw-r--r--tests/ui/typeck/issue-107775.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/typeck/issue-107775.stderr b/tests/ui/typeck/issue-107775.stderr
index b97e74b7e..180b0183a 100644
--- a/tests/ui/typeck/issue-107775.stderr
+++ b/tests/ui/typeck/issue-107775.stderr
@@ -11,6 +11,6 @@ LL | Self { map }
= note: expected struct `HashMap<u16, fn(_) -> Pin<Box<(dyn Future<Output = ()> + Send + 'static)>>>`
found struct `HashMap<{integer}, fn(_) -> Pin<Box<dyn Future<Output = ()> + Send>> {<Struct as Trait>::do_something::<'_>}>`
-error: aborting due to previous error
+error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0308`.