1
Fork 0

Add reference annotations for the coverage attribute

This commit is contained in:
Eric Huss 2024-12-18 15:03:44 -08:00
parent a52085d9f6
commit dbf5ae3a86
27 changed files with 123 additions and 103 deletions

View file

@ -1,5 +1,6 @@
LL| |#![feature(stmt_expr_attributes)]
LL| |//@ edition: 2021
LL| |//@ reference: attributes.coverage.nesting
LL| |
LL| |// Demonstrates the interaction between #[coverage(off)] and various kinds of
LL| |// nested function.