rust/compiler/rustc_session
Matthias Krüger 24bdc372fe
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)`.
2023-10-26 17:45:45 +02:00
..
src Rollup merge of #117207 - Zalathar:no-option, r=compiler-errors 2023-10-26 17:45:45 +02:00
Cargo.toml [RFC 3127 - Trim Paths]: Add unstable option and parsing 2023-10-17 10:11:30 +02:00
messages.ftl Remove cgu_reuse_tracker from Session 2023-10-09 18:39:41 +00:00