Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
error: expected one of `move`, `|`, or `||`, found `Move`
--> $DIR/async-move.rs:4:11
|
LL | async Move {}
| ^^^^ expected one of `move`, `|`, or `||`
help: write keyword `move` in lowercase
LL | async move {}
| ~~~~
error: aborting due to 1 previous error