Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_expand/src/mbe/
Dmacro_rules.rs47 arm_span: Span, field
212 let arm_span = rhses[i].span(); in expand_macro() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/traits/
Dmod.rs539 pub arm_span: Span, field
/third_party/rust/rust/compiler/rustc_lint/src/
Dbuiltin.rs1019 let arm_span = arm.pat.span.with_hi(arm.body.span.hi()); in check_arm() localVariable