rust/tests/ui/coverage-attr
Zalathar 8e382ba022 Avoid ICE in coverage builds with bad #[coverage(..)] attributes
This code can sometimes witness malformed coverage attributes in builds that
are going to fail, so use `span_delayed_bug` to avoid an inappropriate ICE in
that case.
2024-10-03 21:12:24 +10:00
..
bad-attr-ice.feat.stderr Avoid ICE in coverage builds with bad #[coverage(..)] attributes 2024-10-03 21:12:24 +10:00
bad-attr-ice.nofeat.stderr Avoid ICE in coverage builds with bad #[coverage(..)] attributes 2024-10-03 21:12:24 +10:00
bad-attr-ice.rs Avoid ICE in coverage builds with bad #[coverage(..)] attributes 2024-10-03 21:12:24 +10:00
bad-syntax.rs coverage: Bless coverage attribute tests 2024-06-24 20:15:03 +10:00
bad-syntax.stderr Make parse error suggestions verbose and fix spans 2024-07-12 03:02:57 +00: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