diff options
| author | Maybe Waffle <waffle.lapkin@gmail.com> | 2023-03-03 18:09:49 +0000 |
|---|---|---|
| committer | Maybe Waffle <waffle.lapkin@gmail.com> | 2023-04-27 15:59:07 +0000 |
| commit | 2c5e7160f30a13f1f32c7d41075515ffbc6012cf (patch) | |
| tree | 153f61e7821a6250e5fb54648190bdcfa184b900 | |
| parent | 1bf6bbb1bd199956d1be3d8988f0d8b6036cd2e3 (diff) | |
| download | rust-2c5e7160f30a13f1f32c7d41075515ffbc6012cf.tar.gz rust-2c5e7160f30a13f1f32c7d41075515ffbc6012cf.zip | |
Add FIXMEs
| -rw-r--r-- | library/core/src/marker.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/core/src/marker.rs b/library/core/src/marker.rs index 2f9138c56f2..47b431e93b0 100644 --- a/library/core/src/marker.rs +++ b/library/core/src/marker.rs @@ -986,6 +986,8 @@ pub trait PointerLike {} #[rustc_on_unimplemented(message = "`{Self}` can't be used as a const parameter type")] pub trait ConstParamTy: StructuralEq {} +// FIXME(generic_const_parameter_types): handle `ty::FnDef`/`ty::Closure` +// FIXME(generic_const_parameter_types): handle `ty::Tuple` marker_impls! { #[unstable(feature = "adt_const_params", issue = "95174")] ConstParamTy for |
