diff options
| author | León Orell Valerian Liehr <me@fmease.dev> | 2024-06-19 09:19:09 +0200 |
|---|---|---|
| committer | León Orell Valerian Liehr <me@fmease.dev> | 2024-06-19 09:19:09 +0200 |
| commit | c894ece8fe607664fbdf2c081da9c997de5905f3 (patch) | |
| tree | e5dc715b168b760f226f4e60e89ad29ea727d93b /compiler/rustc_feature/src | |
| parent | 737e42308c6e957575692965d73b17937f936f28 (diff) | |
| download | rust-c894ece8fe607664fbdf2c081da9c997de5905f3.tar.gz rust-c894ece8fe607664fbdf2c081da9c997de5905f3.zip | |
Remove now NOP attrs `#[rustc_dump{,_env}_program_clauses]`
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/builtin_attrs.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/compiler/rustc_feature/src/builtin_attrs.rs b/compiler/rustc_feature/src/builtin_attrs.rs index 9b5e4e50d3c..c165620f657 100644 --- a/compiler/rustc_feature/src/builtin_attrs.rs +++ b/compiler/rustc_feature/src/builtin_attrs.rs @@ -1089,14 +1089,6 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[ "the `#[custom_mir]` attribute is just used for the Rust test suite", ), rustc_attr!( - TEST, rustc_dump_program_clauses, Normal, template!(Word), - WarnFollowing, EncodeCrossCrate::No - ), - rustc_attr!( - TEST, rustc_dump_env_program_clauses, Normal, template!(Word), - WarnFollowing, EncodeCrossCrate::No - ), - rustc_attr!( TEST, rustc_object_lifetime_default, Normal, template!(Word), WarnFollowing, EncodeCrossCrate::No ), |
