about summary refs log tree commit diff
path: root/tests/coverage/attr/module.coverage
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2024-12-18 15:03:44 -0800
committerEric Huss <eric@huss.org>2024-12-18 15:03:44 -0800
commitdbf5ae3a864f555cfe6770896a23f7dea77fb6fb (patch)
tree6a07c50615c5bd0912129f4e5fdecd604b3dd0b5 /tests/coverage/attr/module.coverage
parenta52085d9f6a6e596b0cbad4502cddf86bc878028 (diff)
downloadrust-dbf5ae3a864f555cfe6770896a23f7dea77fb6fb.tar.gz
rust-dbf5ae3a864f555cfe6770896a23f7dea77fb6fb.zip
Add reference annotations for the `coverage` attribute
Diffstat (limited to 'tests/coverage/attr/module.coverage')
-rw-r--r--tests/coverage/attr/module.coverage1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/coverage/attr/module.coverage b/tests/coverage/attr/module.coverage
index acad0312069..732850fb04a 100644
--- a/tests/coverage/attr/module.coverage
+++ b/tests/coverage/attr/module.coverage
@@ -1,4 +1,5 @@
    LL|       |//@ edition: 2021
+   LL|       |//@ reference: attributes.coverage.nesting
    LL|       |
    LL|       |// Checks that `#[coverage(..)]` can be applied to modules, and is inherited
    LL|       |// by any enclosed functions.