Structs§
- Allocator
Method - A method that will be codegened in the allocator shim.
- Allocator
Method Input
Enums§
- Allocator
Kind - Allocator
Ty - Argument or return type for methods in the allocator shim
- Special
Allocator Method - Some allocator methods are known to the compiler: they act more like
intrinsics/language primitives than library-defined functions.
FIXME: ideally this would be derived from attributes like
#[rustc_allocator]
, so we don’t have two sources of truth.