rust/compiler/rustc_hir_analysis
Oli Scherer 5a16aebe9d Remove some dead code
drop_in_place has been a lang item, not an intrinsic, for forever
2024-03-05 16:01:15 +00:00
..
2024-03-05 16:01:15 +00:00
2024-03-01 09:59:44 +08:00

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