mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 23:03:06 +03:00
62c2628eba
various const interning cleanups After #119044 I noticed that some things can be simplified and refactored. This is also a requirement for https://github.com/rust-lang/rust/pull/116564 as there we'll need to treat the base allocation differently from the others r? ````@RalfJung````