Home
last modified time | relevance | path

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

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dclosure.rs688 let future_trait = self.tcx.require_lang_item(LangItem::Future, Some(cause_span)); in deduce_future_output_from_projection() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_infer/src/infer/error_reporting/
H A Dmod.rs1745 let future_trait = self.tcx.require_lang_item(LangItem::Future, None); in get_impl_future_output_ty() localVariable
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_trait_selection/src/traits/error_reporting/
H A Dsuggestions.rs2434 let future_trait = self.tcx.require_lang_item(LangItem::Future, None); in suggest_await_before_try() localVariable