fix const_trait unstable message

This commit is contained in:
Deadbeef 2022-08-28 04:53:36 +00:00
parent a77f4bc6d3
commit 07608bd60e

View File

@ -468,7 +468,7 @@ pub struct BuiltinAttribute {
// RFC 2632
gated!(
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 \
future."
),