rust/compiler/rustc_typeck
Amanieu d'Antras 5918ee4317 Add support for const operands and options to global_asm!
On x86, the default syntax is also switched to Intel to match asm!
2021-05-13 22:31:57 +01:00
..

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