rust/compiler
Matthias Krüger fa2cd945af
Rollup merge of #107306 - compiler-errors:correct-sugg-for-closure-arg-needs-borrow, r=oli-obk
Correct suggestions for closure arguments that need a borrow

Fixes #107301 by dealing with binders correctly
Fixes another issue where we were suggesting adding just `&` when we expected `&mut _` in a closure arg
2023-01-28 05:20:18 +01:00
..
2023-01-27 22:01:25 +00:00
2023-01-27 18:58:44 +00:00
2023-01-27 22:01:25 +00:00