rust/compiler/rustc_hir_analysis
Oli Scherer f35a2bd401 Support safe intrinsics with fallback bodies
Turn `is_val_statically_known` into such an intrinsic to demonstrate. It is perfectly safe to call after all.
2024-02-12 17:55:36 +00:00
..
2024-02-05 21:08:47 +00:00

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