rust/tests/ui/instrument-coverage/except-unused-functions.stderr
Arpad Borsos 2b36547e9c
Introduce -C instrument-coverage=branch to gate branch coverage
This flag has to be used in combination with `-Zunstable-options`,
and is added in advance of adding branch coverage instrumentation.
2023-10-24 09:51:26 +02:00

3 lines
108 B
Plaintext

error: `-C instrument-coverage=branch` and `-C instrument-coverage=except-*` require `-Z unstable-options`