Closed
Description
It looks like #14486, while it fixed type-mismatch errors, introduced a new kind of error on ?
s inside async fn
sinside closures or async blocks that occur within an
async fn`:
rust-analyzer version: 0.4.1465-standalone
rustc version: 1.69.0-beta.1 (b955c8271 2023-03-06)
relevant settings: -
cc @HKalbasi