rust/library/core
Matthias Krüger ba990ae8af
Rollup merge of #128150 - BoxyUwU:std_only_sized_const_params, r=workingjubilee
Stop using `unsized_const_parameters` in core/std

`feature(unsized_const_parameters)` is an incomplete feature and should not be used by core/std as it makes it can make it significantly harder to evolve the feature. It also just generally opens the possibility of introducing bugs on stable through std's backdoor.

The only usage of this feature in std is the `simd_shuffle_intrinsic` added in #119213. It doesn't seem to be used anywhere as far as I can tell so it is removed in this PR. All tests and codegen logic etc have been kept however.

r? `@workingjubilee`
2024-07-26 00:57:22 +02:00
..
benches Write char::DebugEscape sequences using write_str 2024-05-20 10:04:44 +02:00
src Rollup merge of #128150 - BoxyUwU:std_only_sized_const_params, r=workingjubilee 2024-07-26 00:57:22 +02:00
tests CStr: derive PartialEq, Eq; add test for Ord 2024-07-25 14:18:40 +03:00
Cargo.toml Cleanup bootstrap check-cfg 2024-06-27 11:30:03 +02:00