about summary refs log tree commit diff
path: root/tests/coverage/attr/module.coverage
diff options
context:
space:
mode:
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.