rust/compiler/rustc_interface/src
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
..
callbacks.rs Move DepKind to rustc_query_system and define it as u16 2023-09-21 17:06:14 +02:00
errors.rs Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
interface.rs Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser 2023-10-26 02:08:07 +00:00
lib.rs MCP636: Add simpler and more explicit syntax to check-cfg 2023-10-13 13:34:21 +02:00
passes.rs Make Iterator a lang item 2023-10-25 16:18:57 +00:00
proc_macro_decls.rs
queries.rs Stop telling people to submit bugs for internal feature ICEs 2023-10-25 23:23:04 +02:00
tests.rs Rollup merge of #117207 - Zalathar:no-option, r=compiler-errors 2023-10-26 17:45:45 +02:00
util.rs Stop telling people to submit bugs for internal feature ICEs 2023-10-25 23:23:04 +02:00