Implement do_not_recommend in the new solver
This commit is contained in:
parent
d7ea27808d
commit
b33599485b
5 changed files with 68 additions and 1 deletions
|
@ -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 = ""]`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue