Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coverage: Make #[coverage(..)] apply recursively to nested functions #126721

Merged
merged 3 commits into from
Jun 27, 2024

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    457fda1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3262611 View commit details
    Browse the repository at this point in the history
  3. coverage: Allow #[coverage(..)] on impl and mod

    These attributes apply to all enclosed functions/methods/closures, unless
    explicitly overridden by another coverage attribute.
    Zalathar committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    7f37f8a View commit details
    Browse the repository at this point in the history