Module rustc_hir_typeck::method
source · Expand description
Method lookup: the secret sauce of Rust. See the rustc dev guide for more information.
Re-exports
pub use self::suggest::MethodCallComponents;
pub use self::suggest::SelfSource;
pub use self::MethodError::*;
Modules
- confirm 🔒
- suggest 🔒Give useful errors and suggestions to users when an item can’t be found or is otherwise invalid.