Skip to content

Commit

Permalink
Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl…
Browse files Browse the repository at this point in the history
…eywiser

Stabilize #[coverage] attribute

Closes #84605, which passed FCP.

Stabilisation report here: rust-lang/rust#84605 (comment)

Also added to reference here: rust-lang/reference#1628

---

try-job: aarch64-apple
try-job: x86_64-gnu
try-job: x86_64-msvc
  • Loading branch information
bors committed Dec 17, 2024
2 parents 8a1d610 + c180e41 commit a9740c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/hir-expand/src/inert_attr_macro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a9740c9

Please sign in to comment.