mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-17 21:12:10 +00:00
Drop an unnecessary intermediate variable Neither does it shorten the code nor does it provide a helpful name. `@rustbot` modify labels +C-cleanup +T-compiler r? `@varkor`
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.