mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-02 14:07:10 +00:00
add rustc lint, warning when iterating over hashmaps 2 first introduced in #89558 and reverted in #90380 due to its perf impact r? ``@estebank``
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.