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