rust/compiler/rustc_const_eval
Oli Scherer 73b38c661d Do not allocate a second "background" alloc id for the main allocation of a static.
Instead we re-use the static's alloc id within the interpreter for its initializer to refer to the `Allocation` that only exists within the interpreter.
2024-02-15 10:25:18 +00:00
..
src Do not allocate a second "background" alloc id for the main allocation of a static. 2024-02-15 10:25:18 +00:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00
messages.ftl Do not allocate a second "background" alloc id for the main allocation of a static. 2024-02-15 10:25:18 +00:00