We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3915b commit 3933943Copy full SHA for 3933943
util/process_wrapper/options.rs
@@ -44,8 +44,7 @@ pub(crate) struct Options {
44
// If set, it configures rustc to emit an rmeta file and then
45
// quit.
46
pub(crate) rustc_quit_on_rmeta: bool,
47
- // If rustc_quit_on_rmeta is set to true, this controls the
48
- // output format of rustc messages.
+ // This controls the output format of rustc messages.
49
pub(crate) rustc_output_format: Option<rustc::ErrorFormat>,
50
}
51
0 commit comments