Skip to content

Commit 3933943

Browse files
committed
Fix comment on process_wraper's options::rustc_output_format
The error format is checked whenever it's set, not only when rustc_quit_on_rmeta is set.
1 parent 0d3915b commit 3933943

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

util/process_wrapper/options.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ pub(crate) struct Options {
4444
// If set, it configures rustc to emit an rmeta file and then
4545
// quit.
4646
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.
47+
// This controls the output format of rustc messages.
4948
pub(crate) rustc_output_format: Option<rustc::ErrorFormat>,
5049
}
5150

0 commit comments

Comments
 (0)