Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dformatting.rs218 let else_span = then.span.between(else_.span); in check_else() localVariable
309 let else_span = first.span.between(second.span); in check_missing_else() localVariable
/third_party/rust/rust/compiler/rustc_parse/src/parser/
Dexpr.rs2500 let else_span = self.prev_token.span; // `else` in parse_expr_else() localVariable
2627 let else_span = self.token.span; in recover_loop_else() localVariable
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dmod.rs835 let else_span = self.find_block_span_from_hir_id(else_id); in note_error_origin() localVariable
/third_party/rust/rust/compiler/rustc_parse/src/
Derrors.rs408 pub else_span: Span, field