Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_borrowck/src/diagnostics/
Dconflict_errors.rs2118 struct NestedStatementVisitor { in report_temporary_value_does_not_live_long_enough() struct
2119 span: Span, in report_temporary_value_does_not_live_long_enough()
2120 current: usize, in report_temporary_value_does_not_live_long_enough()
2121 found: usize, in report_temporary_value_does_not_live_long_enough()
2124 impl<'tcx> Visitor<'tcx> for NestedStatementVisitor { in report_temporary_value_does_not_live_long_enough() implementation