tree: 2a888a96805e0f56b2aa8dd5a8ca2370de13498f [path history] [tgz]
  1. mod.rs
  2. README.md
compiler/rustc_infer/src/infer/lexical_region_resolve/README.md

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 in the rustc-dev-guide.