diff options
| author | Eric Huss <eric@huss.org> | 2024-12-18 15:03:44 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2024-12-18 15:03:44 -0800 |
| commit | dbf5ae3a864f555cfe6770896a23f7dea77fb6fb (patch) | |
| tree | 6a07c50615c5bd0912129f4e5fdecd604b3dd0b5 /tests/coverage/attr/nested.rs | |
| parent | a52085d9f6a6e596b0cbad4502cddf86bc878028 (diff) | |
| download | rust-dbf5ae3a864f555cfe6770896a23f7dea77fb6fb.tar.gz rust-dbf5ae3a864f555cfe6770896a23f7dea77fb6fb.zip | |
Add reference annotations for the `coverage` attribute
Diffstat (limited to 'tests/coverage/attr/nested.rs')
| -rw-r--r-- | tests/coverage/attr/nested.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/coverage/attr/nested.rs b/tests/coverage/attr/nested.rs index 019f07428c1..184fa54c066 100644 --- a/tests/coverage/attr/nested.rs +++ b/tests/coverage/attr/nested.rs @@ -1,5 +1,6 @@ #![feature(stmt_expr_attributes)] //@ edition: 2021 +//@ reference: attributes.coverage.nesting // Demonstrates the interaction between #[coverage(off)] and various kinds of // nested function. |
