mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 15:09:09 +00:00
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. cc `@rust-lang/wg-inline-asm` r? `@nagisa`