Skip to content

Commit 2c5e716

Browse files
committed
Add FIXMEs
1 parent 1bf6bbb commit 2c5e716

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/core/src/marker.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,8 @@ pub trait PointerLike {}
986986
#[rustc_on_unimplemented(message = "`{Self}` can't be used as a const parameter type")]
987987
pub trait ConstParamTy: StructuralEq {}
988988

989+
// FIXME(generic_const_parameter_types): handle `ty::FnDef`/`ty::Closure`
990+
// FIXME(generic_const_parameter_types): handle `ty::Tuple`
989991
marker_impls! {
990992
#[unstable(feature = "adt_const_params", issue = "95174")]
991993
ConstParamTy for

0 commit comments

Comments
 (0)