rust/compiler/rustc_trait_selection/src
Matthias Krüger df86d04977
Rollup merge of #97721 - compiler-errors:issue-97704, r=jackh726
Do `suggest_await_before_try` with infer variables in self, and clean up binders

Fixes #97704

Also cleans up binders in this fn, since everything is a `Poly*` and we really shouldn't have stray escaping late-bound regions everywhere. That's why the function changed so much. This isn't necessary, so I can revert if necessary.
2022-06-06 08:37:01 +02:00
..
traits Rollup merge of #97721 - compiler-errors:issue-97704, r=jackh726 2022-06-06 08:37:01 +02:00
autoderef.rs
infer.rs
lib.rs Finish bumping stage0 2022-05-27 07:36:17 -04:00
opaque_types.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00