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 1bf6bbb commit 2c5e716Copy full SHA for 2c5e716
library/core/src/marker.rs
@@ -986,6 +986,8 @@ pub trait PointerLike {}
986
#[rustc_on_unimplemented(message = "`{Self}` can't be used as a const parameter type")]
987
pub trait ConstParamTy: StructuralEq {}
988
989
+// FIXME(generic_const_parameter_types): handle `ty::FnDef`/`ty::Closure`
990
+// FIXME(generic_const_parameter_types): handle `ty::Tuple`
991
marker_impls! {
992
#[unstable(feature = "adt_const_params", issue = "95174")]
993
ConstParamTy for
0 commit comments