Module rustc_hir_typeck::method::suggest
source · Expand description
Give useful errors and suggestions to users when an item can’t be found or is otherwise invalid.
Structs
- After identifying that
full_expr
is a method call, we use this type to keep the expression’s components readily available to us to point at the right place in diagnostics.
Enums
Functions
- Retrieves all traits in this crate and any dependent crates, and wraps them into
TraitInfo
for custom sorting.