diff options
| author | Matthias Krüger <476013+matthiaskrgr@users.noreply.github.com> | 2025-07-18 04:27:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-18 04:27:52 +0200 |
| commit | 03734ae794443b435dd58e177b57d053fb06fad0 (patch) | |
| tree | c46606b9bab533a639448f4d8c52de3cb867fd28 /compiler/rustc_parse/src | |
| parent | 79c8f9046029115864d2e446f5f8cd1c3459898f (diff) | |
| parent | 4e054fc4c4809a3c1df60ea99077f4d662b79750 (diff) | |
| download | rust-03734ae794443b435dd58e177b57d053fb06fad0.tar.gz rust-03734ae794443b435dd58e177b57d053fb06fad0.zip | |
Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmann
Port `#[coverage]` to the new attribute system r? ``````@jdonszelmann``````
Diffstat (limited to 'compiler/rustc_parse/src')
| -rw-r--r-- | compiler/rustc_parse/src/validate_attr.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_parse/src/validate_attr.rs b/compiler/rustc_parse/src/validate_attr.rs index 783d79d978a..a476f0db37e 100644 --- a/compiler/rustc_parse/src/validate_attr.rs +++ b/compiler/rustc_parse/src/validate_attr.rs @@ -318,6 +318,7 @@ pub fn check_builtin_meta_item( | sym::rustc_layout_scalar_valid_range_end | sym::no_implicit_prelude | sym::automatically_derived + | sym::coverage ) { return; } |
