rust/tests/ui/coverage-attr
Zalathar 7f37f8af5f coverage: Allow #[coverage(..)] on impl and mod
These attributes apply to all enclosed functions/methods/closures, unless
explicitly overridden by another coverage attribute.
2024-06-26 10:08:05 +10:00
..
bad-syntax.rs coverage: Bless coverage attribute tests 2024-06-24 20:15:03 +10:00
bad-syntax.stderr coverage: Bless coverage attribute tests 2024-06-24 20:15:03 +10:00
name-value.rs coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
name-value.stderr coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
no-coverage.rs coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
no-coverage.stderr coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
subword.rs coverage: Bless coverage attribute tests 2024-06-24 20:15:03 +10:00
subword.stderr coverage: Bless coverage attribute tests 2024-06-24 20:15:03 +10:00
word-only.rs coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00
word-only.stderr coverage: Allow #[coverage(..)] on impl and mod 2024-06-26 10:08:05 +10:00