Module rustc_typeck::check::autoderef [−][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 astconv::AstConv; |
use super::FnCtxt; |
use super::PlaceOp; |
use super::Needs; |
use super::method::MethodCallee; |
use rustc::infer::InferOk; |
use rustc::session::DiagnosticMessageId; |
use rustc::traits; |
use rustc::ty; |
use rustc::ty::Ty; |
use rustc::ty::TraitRef; |
use rustc::ty::ToPredicate; |
use rustc::ty::TypeFoldable; |
use rustc::ty::adjustment::Adjustment; |
use rustc::ty::adjustment::Adjust; |
use rustc::ty::adjustment::OverloadedDeref; |
use syntax_pos::Span; |
use syntax::symbol::Symbol; |
use std::iter; |
Structs
Autoderef |
[ Experimental ]
|
Enums
AutoderefKind |
[ Experimental ]
|