Files
rust/library/core/src
bors c728bf3963 Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obk
Rework `no_coverage` to `coverage(off)`

As discussed at the tail of https://github.com/rust-lang/rust/issues/84605 this replaces the `no_coverage` attribute with a `coverage` attribute that takes sub-parameters (currently `off` and `on`) to control the coverage instrumentation.

Allows future-proofing for things like `coverage(off, reason="Tested live", issue="#12345")` or similar.
2023-09-14 01:05:18 +00:00
..
2023-08-25 15:45:41 +08:00
2023-08-18 09:19:09 +02:00
2023-09-01 16:18:50 +00:00
2023-09-01 11:02:09 -07:00
2023-09-01 11:02:09 -07:00
2023-08-13 13:07:53 -06:00
2023-09-06 09:47:22 -07:00
2023-08-15 08:21:41 +02:00
2023-08-15 02:37:34 -07:00
2023-08-18 15:22:58 +08:00