rust/compiler/rustc_hir_analysis
bors 45eec0fe93 Auto merge of #112075 - WaffleLapkin:unmkII, r=lcnr
Replace `tcx.mk_re_*` with `Region::new_*`

Second step in implementing https://github.com/rust-lang/compiler-team/issues/616
r? `@lcnr`
2023-05-30 04:26:59 +00:00
..

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