rust/compiler/rustc_codegen_cranelift/example
Matthias Krüger db23a76217
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
2025-06-14 11:27:10 +02:00
..
arbitrary_self_types_pointers_and_wrappers.rs Unimplement unsized_locals 2025-06-13 01:16:36 +02:00
dst-field-align.rs Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-2023-04-29 2023-04-29 12:00:43 +00:00
example.rs Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etc 2025-04-24 13:14:36 +07:00
float-minmax-pass.rs Fix the examples in cg_clif 2024-09-09 19:39:43 -07:00
gen_block_iterate.rs Allow formatting example/gen_block_iterate.rs 2025-04-01 14:49:15 +00:00
issue-59326.rs Merge commit '1eded3619d0e55d57521a259bf27a03906fdfad0' into sync_cg_clif-2023-07-22 2023-07-22 13:32:34 +00:00
issue-72793.rs Implement #[define_opaque] attribute for functions. 2025-03-11 12:05:02 +00:00
mini_core_hello_world.rs intrinsics: rename min_align_of to align_of 2025-06-12 17:50:25 +02:00
mini_core.rs intrinsics: rename min_align_of to align_of 2025-06-12 17:50:25 +02:00
neon.rs Add impl for llvm.roundeven in cg_clif 2025-06-03 20:37:10 +05:30
raw-dylib.rs Merge commit '69b3f5a426a5c1c05236a45b36f6679d95fbe01b' into sync_cg_clif-2024-08-09 2024-08-09 17:18:46 +00:00
std_example.rs Merge commit '979dcf8e2f213e4f4b645cb62e7fe9f4f2c0c785' into sync_cg_clif-2025-05-25 2025-05-25 18:51:16 +00:00
subslice-patterns-const-eval.rs Merge commit 'ef07e8e60f994ec014d049a95591426fb92ebb79' into sync_cg_clif-2023-04-29 2023-04-29 12:00:43 +00:00
track-caller-attribute.rs