Skip to content

Commit 573b95a

Browse files
committed
Use unsized_const_params for the impl
1 parent d385310 commit 573b95a

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
@@ -45,7 +45,7 @@ macro_rules! tuple_impls {
4545
maybe_tuple_doc! {
4646
$($T)+ @
4747
#[unstable(feature = "adt_const_params", issue = "95174")]
48-
#[unstable_feature_bound(adt_const_params)]
48+
#[unstable_feature_bound(unsized_const_params)]
4949
impl<$($T: ConstParamTy_),+> ConstParamTy_ for ($($T,)+)
5050
{}
5151
}

0 commit comments

Comments
 (0)