Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/
H A Dborrow_set.rs176 struct GatherBorrows<'a, 'tcx> { struct
196 impl<'a, 'tcx> Visitor<'tcx> for GatherBorrows<'a, 'tcx> { argument
292 impl<'a, 'tcx> GatherBorrows<'a, 'tcx> { impl