1
Fork 0

Implement do_not_recommend in the new solver

This commit is contained in:
Michael Goulet 2024-05-04 12:37:14 -04:00
parent d7ea27808d
commit b33599485b
5 changed files with 68 additions and 1 deletions

View file

@ -518,7 +518,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[
// RFC 2397
gated!(
do_not_recommend, Normal, template!(Word), WarnFollowing,
EncodeCrossCrate::No, experimental!(do_not_recommend)
EncodeCrossCrate::Yes, experimental!(do_not_recommend)
),
// `#[cfi_encoding = ""]`