Files
rust/compiler/rustc_hir_analysis
Jonathan Brouwer 30ec142b97 Rollup merge of #154972 - chorman0773:return_address, r=Mark-Simulacrum
Implement `core::arch::return_address` and tests

Tracking issue: rust-lang/rust#154966

Implements libs-team#768
2026-05-10 19:05:42 +02:00
..

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