Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_middle/src/traits/
Dmod.rs522 pub enum StatementAsExpression { enum
527 impl<'tcx> ty::Lift<'tcx> for StatementAsExpression { implementation
529 fn lift_to_tcx(self, _tcx: TyCtxt<'tcx>) -> Option<StatementAsExpression> { in lift_to_tcx()
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dsuggest.rs602 ) -> Option<(Span, StatementAsExpression)> { in could_remove_semicolon() argument