mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-28 17:06:56 +00:00
clean: remove Deref<Target=RegionKind> impl for Region and use `.kind()` Closes #139359 r? `@lcnr`
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.