Unimplement unsized_locals

This commit is contained in:
mejrs
2025-06-13 01:16:36 +02:00
parent 6c8138de8f
commit c0e02e26b3
85 changed files with 464 additions and 828 deletions

View File

@@ -665,8 +665,6 @@ declare_features! (
(incomplete, unsized_const_params, "1.82.0", Some(95174)),
/// Allows unsized fn parameters.
(internal, unsized_fn_params, "1.49.0", Some(48055)),
/// Allows unsized rvalues at arguments and parameters.
(incomplete, unsized_locals, "1.30.0", Some(48055)),
/// Allows using the `#[used(linker)]` (or `#[used(compiler)]`) attribute.
(unstable, used_with_arg, "1.60.0", Some(93798)),
/// Allows use of attributes in `where` clauses.