Skip to content

Commit e8be16e

Browse files
authored
Unrolled build for rust-lang#126830
Rollup merge of rust-lang#126830 - RalfJung:unsized-fn-params, r=compiler-errors make unsized_fn_params an internal feature As suggested [here](rust-lang#123894 (comment)). r? `@compiler-errors` Fixes rust-lang#123887 (kind of -- ICEs on internal features are considered acceptable so this issue is not-a-bug once this PR lands)
2 parents 33422e7 + 0937996 commit e8be16e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/unstable.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ declare_features! (
629629
/// Allows unsafe on extern declarations and safety qualifiers over internal items.
630630
(unstable, unsafe_extern_blocks, "1.80.0", Some(123743)),
631631
/// Allows unsized fn parameters.
632-
(unstable, unsized_fn_params, "1.49.0", Some(48055)),
632+
(internal, unsized_fn_params, "1.49.0", Some(48055)),
633633
/// Allows unsized rvalues at arguments and parameters.
634634
(incomplete, unsized_locals, "1.30.0", Some(48055)),
635635
/// Allows unsized tuple coercion.

0 commit comments

Comments
 (0)