]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_infer/src/infer/lexical_region_resolve/README.md
Auto merge of #98950 - ChrisDenton:getoverlapped-io, r=thomcc
[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