mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 19:58:19 +00:00
Use Option::map instead of open coding it r? `@jonas-schievink` since you're frequently sniping these minor cleanups anyway. `@rustbot` modify labels +C-cleanup +T-compiler
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.