coverage: -Zcoverage-options=branch
is no longer a placeholder
This commit is contained in:
parent
5fb1f61a77
commit
060c7ce7e9
3 changed files with 3 additions and 3 deletions
|
@ -146,7 +146,7 @@ pub enum InstrumentCoverage {
|
|||
/// Individual flag values controlled by `-Z coverage-options`.
|
||||
#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash)]
|
||||
pub struct CoverageOptions {
|
||||
/// Add branch coverage instrumentation (placeholder flag; not yet implemented).
|
||||
/// Add branch coverage instrumentation.
|
||||
pub branch: bool,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue