[][src]Module rustc_typeck::check::method

🔬 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?

Method lookup: the secret sauce of Rust. See the rustc guide chapter.

Re-exports

pub use self::MethodError::*;
pub use self::CandidateSource::*;
pub use self::suggest::TraitInfo;

Modules

confirm [
Experimental
]
probe [
Experimental
]
suggest [
Experimental
]

Give useful errors and suggestions to users when an item can't be found or is otherwise invalid.

Structs

MethodCallee [
Experimental
]
NoMatchData [
Experimental
]

Enums

CandidateSource [
Experimental
]
MethodError [
Experimental
]

Functions

provide [
Experimental
]