Module rustc_typeck::check::method::confirm [−][src]
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Re-exports
use super::probe; |
use super::MethodCallee; |
use astconv::AstConv; |
use check::FnCtxt; |
use check::PlaceOp; |
use check::callee; |
use check::Needs; |
use hir::def_id::DefId; |
use rustc::ty::subst::Substs; |
use rustc::traits; |
use rustc::ty; |
use rustc::ty::Ty; |
use rustc::ty::GenericParamDefKind; |
use rustc::ty::subst::Subst; |
use rustc::ty::adjustment::Adjustment; |
use rustc::ty::adjustment::Adjust; |
use rustc::ty::adjustment::OverloadedDeref; |
use rustc::ty::adjustment::AllowTwoPhase; |
use rustc::ty::adjustment::AutoBorrow; |
use rustc::ty::adjustment::AutoBorrowMutability; |
use rustc::ty::fold::TypeFoldable; |
use rustc::infer; |
use rustc::infer::InferOk; |
use syntax_pos::Span; |
use rustc::hir; |
use std::ops::Deref; |
Structs
ConfirmContext |
[ Experimental ]
|
ConfirmResult |
[ Experimental ]
|