about summary refs log tree commit diff
path: root/tests/coverage/attr/impl.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coverage/attr/impl.rs')
-rw-r--r--tests/coverage/attr/impl.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/coverage/attr/impl.rs b/tests/coverage/attr/impl.rs
index 8c1f991926d..db08fdc4179 100644
--- a/tests/coverage/attr/impl.rs
+++ b/tests/coverage/attr/impl.rs
@@ -1,4 +1,5 @@
 //@ edition: 2021
+//@ reference: attributes.coverage.nesting
 
 // Checks that `#[coverage(..)]` can be applied to impl and impl-trait blocks,
 // and is inherited by any enclosed functions.