Module checker

Source

Modules§

errors πŸ”’

Structs§

Checker πŸ”’
Inherited πŸ”’
Fields shared by the top-level function and its nested closure/generators
RefineMode πŸ”’
ShapeMode πŸ”’
ShapeResult πŸ”’
The result of running the shape phase.
SkipConstr πŸ”’

Enums§

Guard πŸ”’
A Guard describes extra β€œcontrol” information that holds at the start of a successor basic block

Traits§

Mode πŸ”’

Functions§

all_predicates_of πŸ”’
bool_int_cast πŸ”’
bool_uint_cast πŸ”’
check_fn_subtyping πŸ”’
The function check_fn_subtyping does a function subtyping check between the sub-type (T_f) corresponding to the type of def_id @ args and the super-type (T_g) corresponding to the oblig_sig. This subtyping is handled as akin to the code
collect_params_in_clauses πŸ”’
find_trait_item πŸ”’
fold_local_ptrs πŸ”’
Fold local pointers implements roughly a rule like the following (for all local pointers) that converts the local pointers created via unfold_local_ptrs back into &mut.
infer_under_mut_ref_hack πŸ”’
HACK(nilehmann) This let us infer parameters under mutable references for the simple case where the formal argument is of the form &mut B[@n], e.g., the type of the first argument to RVec::get_mut is &mut RVec<T>[@n]. We should remove this after we implement opening of mutable references.
instantiate_args_for_constructor πŸ”’
instantiate_args_for_fun_call πŸ”’
int_bit_width πŸ”’
int_int_cast πŸ”’
is_indexed_mut_skipping_constr πŸ”’
marker_at_dominator πŸ”’
trait_impl_subtyping πŸ”’
Trait subtyping check, which makes sure that the type for an impl method (def_id) is a subtype of the corresponding trait method.
uint_bit_width πŸ”’
uint_int_cast πŸ”’
uint_uint_cast πŸ”’
unfold_local_ptrs πŸ”’
Temporarily (around a function call) convert an &mut to an &strg to allow for the call to be checked. This is done by unfolding the &mut into a local pointer at the call-site and then folding the pointer back into the &mut upon return. See also fold_local_ptrs.

Type Aliases§

Result πŸ”’