Modules§
- _impl 🔒
- adjust_
fulfillment_ 🔒errors - arg_
matrix 🔒 - checks 🔒
- inspect_
obligations 🔒 - A utility module to inspect currently ambiguous obligations in the current context.
- suggestions 🔒
Structs§
- FnCtxt 🔒
- The
FnCtxt
stores type-checking context needed to type-check bodies of functions, closures, andconst
s, including performing type inference withInferCtxt
. - Lowered
Ty 🔒 - The
ty
representation of a user-provided type. Depending on the use-site we want to either use the unnormalized or the normalized form of this type.
Functions§
- default_
fallback 🔒 - Returns the default fallback which is used when there is no explicit override via
#![never_type_options(...)]
. - never_
type_ 🔒behavior - parse_
never_ 🔒type_ options_ attr