rust/compiler/rustc_codegen_ssa
bors 7dc9ff5c62 Auto merge of #85290 - Amanieu:asm_const_int, r=nagisa
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`
2021-05-16 17:52:52 +00:00
..
src Auto merge of #85290 - Amanieu:asm_const_int, r=nagisa 2021-05-16 17:52:52 +00:00
Cargo.toml Auto merge of #83640 - bjorn3:shared_metadata_reader, r=nagisa 2021-05-14 12:58:58 +00:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.