mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
95135bed61
Suggest alternatives when trying to mutate a `HashMap`/`BTreeMap` via indexing The error can be quite confusing to newcomers. Fixes #100873. I'm not so sure about the message, open to wording suggestions.