Zalathar
87c2f9a5be
Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesleywiser"
...
This reverts commit 1d35638dc3
, reversing
changes made to f23a80a4c2
.
2024-12-23 12:30:37 +11:00
Eric Huss
dbf5ae3a86
Add reference annotations for the coverage
attribute
2024-12-18 15:03:44 -08:00
ltdk
cb487cc2fa
Stabilize #[coverage] attribute
2024-12-16 21:07:06 -05:00
Zalathar
622d5898c2
Rename directive needs-profiler-support
to needs-profiler-runtime
2024-10-09 20:58:27 +11:00
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