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 d385310 commit 573b95aCopy full SHA for 573b95a
library/core/src/tuple.rs
@@ -45,7 +45,7 @@ macro_rules! tuple_impls {
45
maybe_tuple_doc! {
46
$($T)+ @
47
#[unstable(feature = "adt_const_params", issue = "95174")]
48
- #[unstable_feature_bound(adt_const_params)]
+ #[unstable_feature_bound(unsized_const_params)]
49
impl<$($T: ConstParamTy_),+> ConstParamTy_ for ($($T,)+)
50
{}
51
}
0 commit comments