Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_expand/src/
Derrors.rs69 pub head_span: Span, field
79 pub head_span: Span, field
/third_party/rust/rust/compiler/rustc_resolve/src/
Ddiagnostics.rs1395 let head_span = source_map.guess_head_span(span); in unresolved_macro_suggestions() localVariable
/third_party/rust/rust/compiler/rustc_ast_lowering/src/
Dexpr.rs1471 let head_span = self.mark_span_with_reason(DesugaringKind::ForLoop, head.span, None); in lower_expr_for() localVariable