]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/async-await/issue-64130-4-async-move.stderr
Check opaque types satisfy their bounds
[rust.git] / src / test / ui / async-await / issue-64130-4-async-move.stderr
index 440ea0a38e6b902c440ce7ce2a32d24d3da42a04..f5d023ab781ff761cb7bce4212ad767652928cb2 100644 (file)
@@ -30,7 +30,6 @@ help: consider moving this into a `let` binding to create a shorter lived borrow
    |
 LL |         match client.status() {
    |               ^^^^^^^^^^^^^^^
-   = note: the return type of a function must have a statically known size
 
 error: aborting due to previous error