Home
last modified time | relevance | path

Searched refs:GatherBorrows (Results 1 – 2 of 2) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/
H A Dborrow_set.rs125 let mut visitor = GatherBorrows { in build()
176 struct GatherBorrows<'a, 'tcx> { struct
196 impl<'a, 'tcx> Visitor<'tcx> for GatherBorrows<'a, 'tcx> { argument
292 impl<'a, 'tcx> GatherBorrows<'a, 'tcx> { implementation
/dports/lang/rust/rustc-1.58.1-src/src/doc/rustc-dev-guide/src/borrow_check/
H A Dtwo_phase_borrows.md72 The activation points are found using the [`GatherBorrows`] visitor. The
79 [`GatherBorrows`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/mir/visit/trait.Vis…