rust/compiler/rustc_typeck
Amanieu d'Antras f1b11939e2 Remove support for floating-point constants in asm!
Floating-point constants aren't very useful anyways and this simplifies
the code since the type check can now be done in typeck.
2021-05-14 14:58:21 +01:00
..

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.