mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-27 06:06:57 +00:00
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.