SIGN IN SIGN UP
rust-lang / rust UNCLAIMED

Empowering everyone to build reliable and efficient software.

0 0 65 Rust

Rollup merge of #117207 - Zalathar:no-option, r=compiler-errors

The value of `-Cinstrument-coverage=` doesn't need to be `Option`

(Extracted from #117199, since this is a purely internal cleanup that can land independently.)

Not using this flag is identical to passing `-Cinstrument-coverage=off`, so there's no need to distinguish between `None` and `Some(Off)`.
M
Matthias Krüger committed
24bdc372feacd866d9ee01b4bea35364cf17ee43
Committed by GitHub <noreply@github.com> on 10/26/2023, 3:45:45 PM