Searched defs:NestedStatementVisitor (Results 1 – 1 of 1) sorted by relevance
2118 struct NestedStatementVisitor { in report_temporary_value_does_not_live_long_enough() struct2119 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