rust/tests/ui/instrument-coverage
Zalathar 3407fcc12e coverage: Add `-Zcoverage-options` for fine control of coverage
This new nightly-only flag can be used to toggle fine-grained flags that
control the details of coverage instrumentation.

Currently the only supported flag value is `branch` (or `no-branch`), which is
a placeholder for upcoming support for branch coverage. Other flag values can
be added in the future, to prototype proposed new behaviour, or to enable
special non-default behaviour.
2024-03-13 11:14:10 +11:00
..
bad-value.bad.stderr coverage: Remove all unstable values of `-Cinstrument-coverage` 2024-03-13 11:14:09 +11:00
bad-value.blank.stderr coverage: Remove all unstable values of `-Cinstrument-coverage` 2024-03-13 11:14:09 +11:00
bad-value.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
coverage-options.bad.stderr coverage: Add `-Zcoverage-options` for fine control of coverage 2024-03-13 11:14:10 +11:00
coverage-options.rs coverage: Add `-Zcoverage-options` for fine control of coverage 2024-03-13 11:14:10 +11:00
off-values.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
on-values.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00