rust/compiler/rustc_hir_analysis
Jubilee 97fcfaa103
Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmease
Mention Register Size in `#[warn(asm_sub_register)]`

Fixes #121593

Displays the register size information obtained from `suggest_modifier()` and `default_modifier()`.
2024-03-23 22:59:40 -07:00
..
2024-03-08 12:34:05 +03:00

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