mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
22973a8844
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.