fix const_trait unstable message
This commit is contained in:
@@ -468,7 +468,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
|
|||||||
// RFC 2632
|
// RFC 2632
|
||||||
gated!(
|
gated!(
|
||||||
const_trait, Normal, template!(Word), WarnFollowing, const_trait_impl,
|
const_trait, Normal, template!(Word), WarnFollowing, const_trait_impl,
|
||||||
"`const` is a temporary placeholder for marking a trait that is suitable for `const` \
|
"`const_trait` is a temporary placeholder for marking a trait that is suitable for `const` \
|
||||||
`impls` and all default bodies as `const`, which may be removed or renamed in the \
|
`impls` and all default bodies as `const`, which may be removed or renamed in the \
|
||||||
future."
|
future."
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user