Modulesยง
- ambiguity
- call_
kind - Common logic for borrowck use-after-move errors when moved into a
fn(self)
, as well as errors when attempting to call a non-const function in a const context. - fulfillment_
errors ๐ - on_
unimplemented - overflow ๐
- suggestions
Structsยง
- Find
Expr BySpan - Crude way of getting back an
Expr
from aSpan
. - Impl
Candidate - Unsatisfied
Const ๐
Enumsยง
- ArgKind
- Summarizes information
- Candidate
Similarity - DefId
OrName - GetSafe
Transmute ๐Error AndReason - Overflow
Cause
Functionsยง
- attempt_
dyn_ ๐to_ enum_ suggestion - Attempt to suggest converting the
dyn Trait
argument to an enumeration over the types that implementTrait
. - attempt_
dyn_ ๐to_ impl_ suggestion - Attempt to suggest that a
dyn Trait
argument or return type be converted to useimpl Trait
. - report_
dyn_ incompatibility - suggest_
new_ overflow_ limit - to_
pretty_ ๐impl_ header - Recovers the โimpl X for Yโ signature from
impl_def_id
and returns it as a string.