about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/context.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2024-11-02 03:08:55 +0800
committerGitHub <noreply@github.com>2024-11-02 03:08:55 +0800
commitd5366090f9a55394e3dcea84dd04a7465bf64f63 (patch)
treee49f9f88b4fb3e690ec81e563f7791049097bcd0 /compiler/rustc_codegen_llvm/src/context.rs
parent5f8d7e84cc0e362d1e37706f20b3da0c53e8d436 (diff)
parentc9e77e87762ce57ac3d1e8e70bf750fef75a9af5 (diff)
downloadrust-d5366090f9a55394e3dcea84dd04a7465bf64f63.tar.gz
rust-d5366090f9a55394e3dcea84dd04a7465bf64f63.zip
Rollup merge of #132455 - RalfJung:const_alloc_layout, r=dtolnay
make const_alloc_layout feature gate only about functions that are already stable

The const_alloc_layout feature gate has two kinds of functions: those that are stable, but not yet const-stable, and those that are fully unstable.

I think we should split that up. So this PR makes const_alloc_layout just about functions that are already stable but waiting for const-stability; all the other functions now have their constness guarded by the gate that also guards their regular stability.

Cc https://github.com/rust-lang/rust/issues/67521
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/context.rs')
0 files changed, 0 insertions, 0 deletions