make unsized_fn_params an internal feature

This commit is contained in:
Ralf Jung 2024-06-22 15:34:50 +02:00
parent d03d6c0fea
commit 093799693a

View File

@ -629,7 +629,7 @@ pub fn internal(&self, feature: Symbol) -> bool {
/// Allows unsafe on extern declarations and safety qualifiers over internal items.
(unstable, unsafe_extern_blocks, "1.80.0", Some(123743)),
/// Allows unsized fn parameters.
(unstable, unsized_fn_params, "1.49.0", Some(48055)),
(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 unsized tuple coercion.