diff options
| author | ltdk <usr@ltdk.xyz> | 2024-09-23 19:40:22 -0400 |
|---|---|---|
| committer | ltdk <usr@ltdk.xyz> | 2024-12-16 21:07:06 -0500 |
| commit | cb487cc2fa3c5ebfddd22d6721cf1669943c1774 (patch) | |
| tree | 651de3811a54931b8df054e4d7d22d570cee04ac /src/tools | |
| parent | 13b77c687c0f5ad06a579af6d0787fe562747501 (diff) | |
| download | rust-cb487cc2fa3c5ebfddd22d6721cf1669943c1774.tar.gz rust-cb487cc2fa3c5ebfddd22d6721cf1669943c1774.zip | |
Stabilize #[coverage] attribute
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rust-analyzer/crates/hir-expand/src/inert_attr_macro.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/hir-expand/src/inert_attr_macro.rs b/src/tools/rust-analyzer/crates/hir-expand/src/inert_attr_macro.rs index 9a7a1a01a09..2bba410de02 100644 --- a/src/tools/rust-analyzer/crates/hir-expand/src/inert_attr_macro.rs +++ b/src/tools/rust-analyzer/crates/hir-expand/src/inert_attr_macro.rs @@ -237,7 +237,7 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[ template!(List: "address, kcfi, memory, thread"), DuplicatesOk, experimental!(no_sanitize) ), - gated!(coverage, Normal, template!(Word, List: "on|off"), WarnFollowing, coverage_attribute, experimental!(coverage)), + ungated!(coverage, Normal, template!(Word, List: "on|off"), WarnFollowing), ungated!( doc, Normal, template!(List: "hidden|inline|...", NameValueStr: "string"), DuplicatesOk |
