Skip to content

Commit 91fc0a2

Browse files
authored
Merge pull request #18874 from lnicola/sync-from-rust
minor: Sync from downstream
2 parents fff6680 + f5e698d commit 91fc0a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/hir-expand/src/inert_attr_macro.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
237237
template!(List: "address, kcfi, memory, thread"), DuplicatesOk,
238238
experimental!(no_sanitize)
239239
),
240-
ungated!(coverage, Normal, template!(Word, List: "on|off"), WarnFollowing),
240+
gated!(coverage, Normal, template!(Word, List: "on|off"), WarnFollowing, coverage_attribute, experimental!(coverage)),
241241

242242
ungated!(
243243
doc, Normal, template!(List: "hidden|inline|...", NameValueStr: "string"), DuplicatesOk

rust-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0eca4dd3205a01dba4bd7b7c140ec370aff03440
1+
fb546ee09b226bc4dd4b712d35a372d923c4fa54

0 commit comments

Comments
 (0)