rust/compiler/rustc_ast_lowering
Amanieu d'Antras 20e6c1d013 Fix incorrect register conflict detection in asm!
This would previously incorrectly reject two subregisters that were
distinct but part of the same larger register, for example `al` and
`ah`.
2022-02-10 18:04:09 +00:00
..
src Fix incorrect register conflict detection in asm! 2022-02-10 18:04:09 +00:00
Cargo.toml Forbid hashing HIR outside of indexing. 2021-10-09 18:38:28 +02:00