diff options
Diffstat (limited to 'tests/ui/coroutine/issue-88653.stderr')
-rw-r--r-- | tests/ui/coroutine/issue-88653.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/coroutine/issue-88653.stderr b/tests/ui/coroutine/issue-88653.stderr index 3ae50b5af..8a23ad17b 100644 --- a/tests/ui/coroutine/issue-88653.stderr +++ b/tests/ui/coroutine/issue-88653.stderr @@ -10,6 +10,6 @@ LL | |bar| { = note: expected coroutine signature `fn((bool,)) -> _` found coroutine signature `fn(bool) -> _` -error: aborting due to previous error +error: aborting due to 1 previous error For more information about this error, try `rustc --explain E0631`. |