about summary refs log tree commit diff
path: root/tests/coverage/attr/nested.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/coverage/attr/nested.rs')
-rw-r--r--tests/coverage/attr/nested.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/coverage/attr/nested.rs b/tests/coverage/attr/nested.rs
index 8213e29b6fc..184fa54c066 100644
--- a/tests/coverage/attr/nested.rs
+++ b/tests/coverage/attr/nested.rs
@@ -1,5 +1,6 @@
-#![feature(coverage_attribute, stmt_expr_attributes)]
+#![feature(stmt_expr_attributes)]
 //@ edition: 2021
+//@ reference: attributes.coverage.nesting
 
 // Demonstrates the interaction between #[coverage(off)] and various kinds of
 // nested function.