mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 15:55:59 +00:00
Remove `in_band_lifetimes` from `rustc_typeck` Joining in on the effort to remove the `in_band_lifetimes` features, as described in issue #91867.
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.