rust/compiler/rustc_hir_analysis
Matthias Krüger 1cbf8b56af
Rollup merge of #139509 - xizheyin:issue-139359, r=lcnr
clean: remove Deref<Target=RegionKind> impl for Region and use `.kind()`

Closes #139359

r? `@lcnr`
2025-04-08 18:05:34 +02:00
..

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