diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-06-14 11:27:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-14 11:27:10 +0200 |
| commit | 252a6dd40b01dbb9032689da47a37833b9ca08f7 (patch) | |
| tree | bbc74a26138627786cada67ffdb5a4c69b8bb516 /compiler/rustc_codegen_llvm/src | |
| parent | 81f9f0861edc894cefc665f38439e4dc03de3133 (diff) | |
| parent | 88d298317fbc3383fec40a43e8ee6ad99f20e338 (diff) | |
| download | rust-252a6dd40b01dbb9032689da47a37833b9ca08f7.tar.gz rust-252a6dd40b01dbb9032689da47a37833b9ca08f7.zip | |
Rollup merge of #141811 - mejrs:bye_locals, r=compiler-errors
Unimplement unsized_locals Implements https://github.com/rust-lang/compiler-team/issues/630 Tracking issue here: https://github.com/rust-lang/rust/issues/111942 Note that this just removes the feature, not the implementation, and does not touch `unsized_fn_params`. This is because it is required to support `Box<dyn FnOnce()>: FnOnce()`. There may be more that should be removed (possibly in follow up prs) - the `forget_unsized` function and `forget` intrinsic. - the `unsized_locals` test directory; I've just fixed up the tests for now - various codegen support for unsized values and allocas cc ``@JakobDegen`` ``@oli-obk`` ``@Noratrieb`` ``@programmerjake`` ``@bjorn3`` ``@rustbot`` label F-unsized_locals Fixes rust-lang/rust#79409
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
