1
Fork 0
rust/compiler/rustc_session
Michael Woerister 3a58309798 Add StableOrd trait as proposed in MCP 533.
The StableOrd trait can be used to mark types as having a stable
sort order across compilation sessions. Collections that sort their
items in a stable way can safely implement HashStable by
hashing items in sort order.
2022-12-02 15:19:30 +01:00
..
src Add StableOrd trait as proposed in MCP 533. 2022-12-02 15:19:30 +01:00
Cargo.toml improve filesearch::get_or_default_sysroot r=ozkanonur 2022-11-04 17:06:47 +03:00