diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-11-02 03:08:55 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-02 03:08:55 +0800 |
| commit | d5366090f9a55394e3dcea84dd04a7465bf64f63 (patch) | |
| tree | e49f9f88b4fb3e690ec81e563f7791049097bcd0 /compiler/rustc_codegen_llvm/src/context.rs | |
| parent | 5f8d7e84cc0e362d1e37706f20b3da0c53e8d436 (diff) | |
| parent | c9e77e87762ce57ac3d1e8e70bf750fef75a9af5 (diff) | |
| download | rust-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
