diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2022-01-21 12:53:50 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2022-01-21 18:22:21 -0300 |
| commit | d2d25a5be0c45b8aa247a3d0b6c7fda12e9ede9a (patch) | |
| tree | 5731d6d3b7d40248050ebfbf90fc38212ac42200 /compiler/rustc_feature/src | |
| parent | c2890ed426aaef4b680848e793a2a741e517a6cc (diff) | |
| download | rust-d2d25a5be0c45b8aa247a3d0b6c7fda12e9ede9a.tar.gz rust-d2d25a5be0c45b8aa247a3d0b6c7fda12e9ede9a.zip | |
Implement stable with negative coherence mode
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/builtin_attrs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_feature/src/builtin_attrs.rs b/compiler/rustc_feature/src/builtin_attrs.rs index 723cc06864a..0e643ff5998 100644 --- a/compiler/rustc_feature/src/builtin_attrs.rs +++ b/compiler/rustc_feature/src/builtin_attrs.rs @@ -697,6 +697,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[ rustc_attr!(TEST, rustc_capture_analysis, Normal, template!(Word), WarnFollowing), rustc_attr!(TEST, rustc_insignificant_dtor, Normal, template!(Word), WarnFollowing), rustc_attr!(TEST, rustc_strict_coherence, Normal, template!(Word), WarnFollowing), + rustc_attr!(TEST, rustc_with_negative_coherence, Normal, template!(Word), WarnFollowing), rustc_attr!(TEST, rustc_variance, Normal, template!(Word), WarnFollowing), rustc_attr!(TEST, rustc_layout, Normal, template!(List: "field1, field2, ..."), WarnFollowing), rustc_attr!(TEST, rustc_regions, Normal, template!(Word), WarnFollowing), |
