summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_infer/src/infer/lexical_region_resolve/README.md
blob: 0a7da8c80639c576b44d21ab1ad2a0ff9bbc4faf (plain)
1
2
3
4
5
6
Lexical Region Resolution was removed in https://github.com/rust-lang/rust/pull/64790.

Rust now uses Non-lexical lifetimes. For more info, please see the [borrowck
chapter][bc] in the rustc-dev-guide.

[bc]: https://rustc-dev-guide.rust-lang.org/borrow_check/region_inference.html