Files
rust/compiler/rustc_hir_analysis
Dawid Lachowicz 2a5dac7682 Remove no longer used contract_checks intrinsic
The contract_checks compiler flag is now used to determine
if runtime contract checks should be enabled, as opposed
to the compiler intrinsic as previously.
2025-10-11 00:16:44 +01:00
..

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