about summary refs log tree commit diff
path: root/tests/coverage/attr/module.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-12-17 15:56:58 +0000
committerbors <bors@rust-lang.org>2024-12-17 15:56:58 +0000
commit1d35638dc38dbfbf1cc2a9823135dfcf3c650169 (patch)
tree9858cb68b1cda11d96bb9c26c08e4c13fc4a532e /tests/coverage/attr/module.rs
parentf23a80a4c2fbca593b64e70f5970368824b4c5e9 (diff)
parentcb487cc2fa3c5ebfddd22d6721cf1669943c1774 (diff)
downloadrust-1d35638dc38dbfbf1cc2a9823135dfcf3c650169.tar.gz
rust-1d35638dc38dbfbf1cc2a9823135dfcf3c650169.zip
Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiser
Stabilize #[coverage] attribute

Closes #84605, which passed FCP.

Stabilisation report here: https://github.com/rust-lang/rust/issues/84605#issuecomment-2166514660

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

---

try-job: aarch64-apple
try-job: x86_64-gnu
try-job: x86_64-msvc
Diffstat (limited to 'tests/coverage/attr/module.rs')
-rw-r--r--tests/coverage/attr/module.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/coverage/attr/module.rs b/tests/coverage/attr/module.rs
index 4bfb1e7729b..ed530d53e47 100644
--- a/tests/coverage/attr/module.rs
+++ b/tests/coverage/attr/module.rs
@@ -1,4 +1,3 @@
-#![feature(coverage_attribute)]
 //@ edition: 2021
 
 // Checks that `#[coverage(..)]` can be applied to modules, and is inherited