Skip to content

Commit 5746b32

Browse files
committed
Use unsized_const_params for the impl
1 parent 652dcf4 commit 5746b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/tuple.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ macro_rules! tuple_impls {
4747
maybe_tuple_doc! {
4848
$($T)+ @
4949
#[unstable(feature = "adt_const_params", issue = "95174")]
50-
#[unstable_feature_bound(adt_const_params)]
50+
#[unstable_feature_bound(unsized_const_params)]
5151
impl<$($T: ConstParamTy_),+> ConstParamTy_ for ($($T,)+)
5252
{}
5353
}

0 commit comments

Comments
 (0)