mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
b89e01cd8e
rustdoc: Box `GenericArg::Const` to reduce enum size This should reduce the amount of memory allocated in the common cases where the `GenericArg` is a lifetime or type.
For more information about how librustdoc works, see the rustc dev guide.