diff options
Diffstat (limited to 'tests/ui/async-await/async-block-control-flow-static-semantics.stderr')
| -rw-r--r-- | tests/ui/async-await/async-block-control-flow-static-semantics.stderr | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/async-await/async-block-control-flow-static-semantics.stderr b/tests/ui/async-await/async-block-control-flow-static-semantics.stderr index 3bc467cc84d..4ed15a942c6 100644 --- a/tests/ui/async-await/async-block-control-flow-static-semantics.stderr +++ b/tests/ui/async-await/async-block-control-flow-static-semantics.stderr @@ -23,7 +23,6 @@ LL | | LL | | let block = async { LL | | return 0u8; ... | -LL | | LL | | } | |_^ expected `u8`, found `()` |
