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.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/coverage/attr/nested.rs b/tests/coverage/attr/nested.rs
index c7ff835f44f..8213e29b6fc 100644
--- a/tests/coverage/attr/nested.rs
+++ b/tests/coverage/attr/nested.rs
@@ -4,11 +4,6 @@
 // Demonstrates the interaction between #[coverage(off)] and various kinds of
 // nested function.
 
-// FIXME(#126625): Coverage attributes should apply recursively to nested functions.
-// FIXME(#126626): When an inner (non-closure) function has `#[coverage(off)]`,
-// its lines can still be marked with misleading execution counts from its enclosing
-// function.
-
 #[coverage(off)]
 fn do_stuff() {}