Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/type_check/
H A Dinput_output.rs123 let yield_span = body.local_decls[RETURN_PLACE].source_info.span; in equate_inputs_and_outputs() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dgenerator_interior.rs461 yield_span: Span, field
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/diagnostics/
H A Dregion_name.rs826 let yield_span = match tcx.hir().get(self.mir_hir_id()) { in give_name_if_anonymous_region_appears_in_yield_ty() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/ty/
H A Dcontext.rs333 pub yield_span: Span, field