We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652dcf4 commit 5746b32Copy full SHA for 5746b32
library/core/src/tuple.rs
@@ -47,7 +47,7 @@ macro_rules! tuple_impls {
47
maybe_tuple_doc! {
48
$($T)+ @
49
#[unstable(feature = "adt_const_params", issue = "95174")]
50
- #[unstable_feature_bound(adt_const_params)]
+ #[unstable_feature_bound(unsized_const_params)]
51
impl<$($T: ConstParamTy_),+> ConstParamTy_ for ($($T,)+)
52
{}
53
}
0 commit comments