]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_infer/src/infer/lexical_region_resolve/README.md
Rollup merge of #99386 - AngelicosPhosphoros:add_retain_test_maybeuninit, r=JohnTitor
[rust.git] / compiler / rustc_infer / src / infer / lexical_region_resolve / README.md
1 Lexical Region Resolution was removed in https://github.com/rust-lang/rust/pull/64790.
2
3 Rust now uses Non-lexical lifetimes. For more info, please see the [borrowck
4 chapter][bc] in the rustc-dev-guide.
5
6 [bc]: https://rustc-dev-guide.rust-lang.org/borrow_check/region_inference.html