Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dsource_analyzer.rs330 let future_trait = type_.normalize_trait_assoc_type(db, &[], into_future_type)?; in resolve_await_to_poll() localVariable
335 let future_trait = db.lang_item(self.resolver.krate(), LangItem::Future)?.as_trait()?; in resolve_await_to_poll() localVariable
Dlib.rs3584 let future_trait = db.lang_item(self.env.krate, LangItem::Future)?; in impls_into_future() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/
Dclosure.rs774 let future_trait = self.tcx.require_lang_item(LangItem::Future, Some(cause_span)); in deduce_future_output_from_projection() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Ddisplay.rs1048 let future_trait = db localVariable
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dmod.rs403 let future_trait = self.tcx.require_lang_item(LangItem::Future, None); in get_impl_future_output_ty() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs1540 let future_trait = self.require_lang_item(LangItem::Future, None); in ty_is_opaque_future() localVariable
/third_party/rust/rust/compiler/rustc_trait_selection/src/traits/error_reporting/
Dsuggestions.rs3335 let future_trait = self.tcx.require_lang_item(LangItem::Future, None); in suggest_await_before_try() localVariable