1
Fork 0
rust/compiler/rustc_mir
Esteban Küber e4368de7b1 Suggestion for call on immutable binding of mutable type
When calling a method requiring a mutable self borrow on an inmutable
to a mutable borrow of the type, suggest making the binding mutable.

Fix #83241.
2021-08-29 08:34:53 +00:00
..
src Suggestion for call on immutable binding of mutable type 2021-08-29 08:34:53 +00:00
Cargo.toml Auto merge of #86700 - lqd:matthews-nll-hrtb-errors, r=nikomatsakis 2021-08-18 15:54:59 +00:00