Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_borrowck/src/diagnostics/
Dconflict_errors.rs2813 struct FakeReadCauseFinder<'tcx> { in classify_immutable_section() struct
2814 place: Place<'tcx>, in classify_immutable_section()
2815 cause: Option<FakeReadCause>, in classify_immutable_section()
2817 impl<'tcx> Visitor<'tcx> for FakeReadCauseFinder<'tcx> { in classify_immutable_section() implementation