diff options
| author | Michael Goulet <michael@errs.io> | 2024-05-04 12:37:14 -0400 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-05-04 12:51:10 -0400 |
| commit | b33599485b531b265e8167b547b25aba8ab05228 (patch) | |
| tree | 4d64df47684ca04f12d626a38c40fa191e31ebd2 /compiler/rustc_feature/src | |
| parent | d7ea27808deb5e10a0f7384e339e4e6165e33398 (diff) | |
| download | rust-b33599485b531b265e8167b547b25aba8ab05228.tar.gz rust-b33599485b531b265e8167b547b25aba8ab05228.zip | |
Implement do_not_recommend in the new solver
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/builtin_attrs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/builtin_attrs.rs b/compiler/rustc_feature/src/builtin_attrs.rs index 9c33cc8ed0b..dbb88e42a3e 100644 --- a/compiler/rustc_feature/src/builtin_attrs.rs +++ b/compiler/rustc_feature/src/builtin_attrs.rs @@ -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 = ""]` |
