diff options
| author | bors <bors@rust-lang.org> | 2024-12-17 15:56:58 +0000 | 
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-12-17 15:56:58 +0000 | 
| commit | 1d35638dc38dbfbf1cc2a9823135dfcf3c650169 (patch) | |
| tree | 9858cb68b1cda11d96bb9c26c08e4c13fc4a532e /tests/coverage/attr/nested.rs | |
| parent | f23a80a4c2fbca593b64e70f5970368824b4c5e9 (diff) | |
| parent | cb487cc2fa3c5ebfddd22d6721cf1669943c1774 (diff) | |
| download | rust-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/nested.rs')
| -rw-r--r-- | tests/coverage/attr/nested.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/coverage/attr/nested.rs b/tests/coverage/attr/nested.rs index 8213e29b6fc..019f07428c1 100644 --- a/tests/coverage/attr/nested.rs +++ b/tests/coverage/attr/nested.rs @@ -1,4 +1,4 @@ -#![feature(coverage_attribute, stmt_expr_attributes)] +#![feature(stmt_expr_attributes)] //@ edition: 2021 // Demonstrates the interaction between #[coverage(off)] and various kinds of | 
