diff options
| author | Michael Goulet <michael@errs.io> | 2023-10-04 23:08:05 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2023-10-23 16:18:35 -0400 |
| commit | a387a3cf9d2a3f3f3b743ff3f2741a72708e1664 (patch) | |
| tree | 1be51958b865895a8e3d9dfb469ef56788dff867 /compiler/rustc_feature/src | |
| parent | fd92bc6021423f144b8d6204a5ec7ac0cceeecc9 (diff) | |
| download | rust-a387a3cf9d2a3f3f3b743ff3f2741a72708e1664.tar.gz rust-a387a3cf9d2a3f3f3b743ff3f2741a72708e1664.zip | |
Let's see what those opaque types actually are
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 65e697c8f3b..e808e4815fe 100644 --- a/compiler/rustc_feature/src/builtin_attrs.rs +++ b/compiler/rustc_feature/src/builtin_attrs.rs @@ -825,6 +825,7 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[ rustc_attr!(TEST, rustc_strict_coherence, Normal, template!(Word), WarnFollowing), rustc_attr!(TEST, rustc_variance, Normal, template!(Word), WarnFollowing), rustc_attr!(TEST, rustc_variance_of_opaques, Normal, template!(Word), WarnFollowing), + rustc_attr!(TEST, rustc_hidden_type_of_opaques, Normal, template!(Word), WarnFollowing), rustc_attr!(TEST, rustc_layout, Normal, template!(List: "field1, field2, ..."), WarnFollowing), rustc_attr!(TEST, rustc_abi, Normal, template!(List: "field1, field2, ..."), WarnFollowing), rustc_attr!(TEST, rustc_regions, Normal, template!(Word), WarnFollowing), |
