]> git.lizzy.rs Git - rust.git/blob - src/doc/unstable-book/src/language-features/plugin-registrar.md
Remove GlobalArenas and use Arena instead
[rust.git] / src / doc / unstable-book / src / language-features / plugin-registrar.md
1 # `plugin_registrar`
2
3 The tracking issue for this feature is: [#29597]
4
5 [#29597]: https://github.com/rust-lang/rust/issues/29597
6
7 This feature is part of "compiler plugins." It will often be used with the
8 [`plugin`] and `rustc_private` features as well. For more details, see
9 their docs.
10
11 [`plugin`]: language-features/plugin.html
12
13 ------------------------