mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
8299105821
BTreeMap: test all borrowing interfaces and test more chaotic order behavior Inspired by #81169, test what happens if you mess up order of the type with which you search (as opposed to the key type). r? `@Mark-Simulacrum`