mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
e518c057f5
{BTree,Hash}{Map,Set} will not update their key if it already exists, which
can matter with more complex keys. This behavior is now documented.
Fixes #26888