We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ConstParamTy
1 parent 77c836e commit f577cc4Copy full SHA for f577cc4
library/core/src/marker.rs
@@ -986,7 +986,7 @@ 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
-/// Derive macro generating an impl of the trait `Copy`.
+/// Derive macro generating an impl of the trait `ConstParamTy`.
990
#[rustc_builtin_macro]
991
#[unstable(feature = "adt_const_params", issue = "95174")]
992
#[cfg(not(bootstrap))]
0 commit comments