cfc21deebd
This commit adds an alternative content boxing syntax, and uses it inside alloc. The usage inside the very performance relevant code in liballoc is the only remaining relevant usage of box syntax in the compiler (outside of tests, which are comparatively easy to port). box syntax was originally designed to be used by all Rust developers. This introduces a replacement syntax more tailored to only being used inside the Rust compiler, and with it, lays the groundwork for eventually removing box syntax. |
||
---|---|---|
.. | ||
accepted.rs | ||
active.rs | ||
builtin_attrs.rs | ||
lib.rs | ||
removed.rs | ||
tests.rs |