rust/compiler/rustc_infer
Esteban Küber 28f02fbf3e Suggest calling await on method call and field access
When encountering a failing method or field resolution on a `Future`,
look at the `Output` and try the same operation on it. If successful,
suggest calling `.await` on the `Future`.

This had already been introduced in #72784, but at some point they
stopped working.
2020-10-26 08:11:43 -07:00
..
src Suggest calling await on method call and field access 2020-10-26 08:11:43 -07:00
Cargo.toml Move MiniSet to data_structures 2020-09-23 08:09:16 +02:00