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.
2 parents 4662508 + b000731 commit 28cc1e0Copy full SHA for 28cc1e0
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