mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-11 04:51:46 +00:00
Floating-point constants aren't very useful anyways and this simplifies the code since the type check can now be done in typeck.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.