Unnamed repository; edit this file 'description' to name the repository.
Merge pull request #18874 from lnicola/sync-from-rust
minor: Sync from downstream
| -rw-r--r-- | crates/hir-expand/src/inert_attr_macro.rs | 2 | ||||
| -rw-r--r-- | rust-version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crates/hir-expand/src/inert_attr_macro.rs b/crates/hir-expand/src/inert_attr_macro.rs index 2bba410de0..9a7a1a01a0 100644 --- a/crates/hir-expand/src/inert_attr_macro.rs +++ b/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) ), - ungated!(coverage, Normal, template!(Word, List: "on|off"), WarnFollowing), + gated!(coverage, Normal, template!(Word, List: "on|off"), WarnFollowing, coverage_attribute, experimental!(coverage)), ungated!( doc, Normal, template!(List: "hidden|inline|...", NameValueStr: "string"), DuplicatesOk diff --git a/rust-version b/rust-version index 3be63741c0..517fdfe18e 100644 --- a/rust-version +++ b/rust-version @@ -1 +1 @@ -0eca4dd3205a01dba4bd7b7c140ec370aff03440 +fb546ee09b226bc4dd4b712d35a372d923c4fa54 |