Module proc_macro::bridge::arena

source ·
🔬This is a nightly-only experimental API. (proc_macro_internals #27812)
Expand description

A minimal arena allocator inspired by rustc_arena::DroplessArena.

This is unfortunately a minimal re-implementation rather than a dependency as it is difficult to depend on crates from within proc_macro, due to it being built at the same time as std.

Structs

  • Arena 🔒 Experimental
    A minimal arena allocator inspired by rustc_arena::DroplessArena.

Constants