diff options
| author | bors <bors@rust-lang.org> | 2021-11-18 20:23:26 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-11-18 20:23:26 +0000 |
| commit | cc946fcd326f7d85d4af096efdc73538622568e9 (patch) | |
| tree | a23aec459469e926ba5133134d0f9864c1f9bb07 /compiler/rustc_feature/src | |
| parent | b6f580acc0ce233d5c4d1f9680d354fded88b824 (diff) | |
| parent | 08c1639fd933d56d1b5e386eea887f5bbf3e93f1 (diff) | |
| download | rust-cc946fcd326f7d85d4af096efdc73538622568e9.tar.gz rust-cc946fcd326f7d85d4af096efdc73538622568e9.zip | |
Auto merge of #91019 - JohnTitor:rollup-q95ra7r, r=JohnTitor
Rollup of 8 pull requests Successful merges: - #90386 (Add `-Zassert-incr-state` to assert state of incremental cache) - #90438 (Clean up mess for --show-coverage documentation) - #90480 (Mention `Vec::remove` in `Vec::swap_remove`'s docs) - #90607 (Make slice->str conversion and related functions `const`) - #90750 (rustdoc: Replace where-bounded Clean impl with simple function) - #90895 (require full validity when determining the discriminant of a value) - #90989 (Avoid suggesting literal formatting that turns into member access) - #91002 (rustc: Remove `#[rustc_synthetic]`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_feature/src')
| -rw-r--r-- | compiler/rustc_feature/src/builtin_attrs.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/builtin_attrs.rs b/compiler/rustc_feature/src/builtin_attrs.rs index 7212bbf38c7..74a637fde33 100644 --- a/compiler/rustc_feature/src/builtin_attrs.rs +++ b/compiler/rustc_feature/src/builtin_attrs.rs @@ -601,7 +601,6 @@ pub const BUILTIN_ATTRIBUTES: &[BuiltinAttribute] = &[ TEST, rustc_expected_cgu_reuse, Normal, template!(List: r#"cfg = "...", module = "...", kind = "...""#), ), - rustc_attr!(TEST, rustc_synthetic, Normal, template!(Word)), rustc_attr!(TEST, rustc_symbol_name, Normal, template!(Word)), rustc_attr!(TEST, rustc_polymorphize_error, Normal, template!(Word)), rustc_attr!(TEST, rustc_def_path, Normal, template!(Word)), |
