diff options
| author | bors <bors@rust-lang.org> | 2021-06-01 23:02:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-06-01 23:02:52 +0000 |
| commit | 153f22a90699d7af1a129e34b8a46eaec247f641 (patch) | |
| tree | 0b67700aa0cd56ef47afc42ab729ccf1e0d235dd /compiler/rustc_feature/src | |
| parent | 625d5a693e4697bcafdd34fd1a38c281acabb8e9 (diff) | |
| parent | fc069d3241bae47273c969c34fa2d95113dc0b0d (diff) | |
| download | rust-153f22a90699d7af1a129e34b8a46eaec247f641.tar.gz rust-153f22a90699d7af1a129e34b8a46eaec247f641.zip | |
Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011
Make rustc_dirty/clean annotations exhaustive by default Fixes #45009
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/builtin_attrs.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/rustc_feature/src/builtin_attrs.rs b/compiler/rustc_feature/src/builtin_attrs.rs index e7e128f8a9b..259a6328a22 100644 --- a/compiler/rustc_feature/src/builtin_attrs.rs +++ b/compiler/rustc_feature/src/builtin_attrs.rs @@ -569,10 +569,6 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[ rustc_attr!(TEST, rustc_if_this_changed, AssumedUsed, template!(Word, List: "DepNode")), rustc_attr!(TEST, rustc_then_this_would_need, AssumedUsed, template!(List: "DepNode")), rustc_attr!( - TEST, rustc_dirty, AssumedUsed, - template!(List: r#"cfg = "...", /*opt*/ label = "...", /*opt*/ except = "...""#), - ), - rustc_attr!( TEST, rustc_clean, AssumedUsed, template!(List: r#"cfg = "...", /*opt*/ label = "...", /*opt*/ except = "...""#), ), |
