]> git.lizzy.rs Git - rust.git/blob - src/doc/unstable-book/src/language-features/allocator-internals.md
rustc: Implement the #[global_allocator] attribute
[rust.git] / src / doc / unstable-book / src / language-features / allocator-internals.md
1 # `allocator_internals`
2
3 This feature does not have a tracking issue, it is an unstable implementation
4 detail of the `global_allocator` feature not intended for use outside the
5 compiler.
6
7 ------------------------