Expand description
This file contains information about the builtin functions/types/traits definitions
IMPORTANT: When checking whether names are equal to one of the reference names below, we ignore the disambiguators (see crate::names and [crate::names_utils]).
Statics§
Functions§
- type_
to_ used_ params - When translating from MIR to ULLBC, we ignore some type parameters for some builtin types.
For instance, many types like box or vec are parameterized (in MIR) by an allocator
(
std::alloc::Allocator
): we ignore it.