Searched defs:StatementAsExpression (Results 1 – 2 of 2) sorted by relevance
522 pub enum StatementAsExpression { enum527 impl<'tcx> ty::Lift<'tcx> for StatementAsExpression { implementation529 fn lift_to_tcx(self, _tcx: TyCtxt<'tcx>) -> Option<StatementAsExpression> { in lift_to_tcx()
602 ) -> Option<(Span, StatementAsExpression)> { in could_remove_semicolon() argument