Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_hir_typeck/src/generator_interior/
Dmod.rs130 let scope_span = scope.map(|s| s.span(self.fcx.tcx, self.region_scope_tree)); in record() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dtypeck_results.rs242 pub scope_span: Option<Span>, field
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Dsuggestions.rs2478 let scope_span = source_map.end_point(scope_span); in note_obligation_cause_for_async_await() localVariable