File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Comma separated list of types of crates for the compiler to emit.
5050\fB \-\- crate \- name \fR \fI NAME \fR
5151Specify the name of the crate being built.
5252.TP
53- \fB \-\- emit \fR [asm|llvm\- bc|llvm\- ir|obj|link|dep\- info][=\fI PATH \fR ]
53+ \fB \-\- emit \fR [asm|llvm\- bc|llvm\- ir|obj|link|dep\- info|mir ][=\fI PATH \fR ]
5454Configure the output that \fB rustc \fR will produce. Each emission may also have
5555an optional explicit output \fI PATH \fR specified for that particular emission
5656kind. This path takes precedence over the \fB -o \fR option.
Original file line number Diff line number Diff line change @@ -1246,7 +1246,7 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
12461246 "NAME" ) ,
12471247 opt:: multi_s( "" , "emit" , "Comma separated list of types of output for \
12481248 the compiler to emit",
1249- "[asm|llvm-bc|llvm-ir|obj|metadata|link|dep-info]" ) ,
1249+ "[asm|llvm-bc|llvm-ir|obj|metadata|link|dep-info|mir ]" ) ,
12501250 opt:: multi_s( "" , "print" , "Comma separated list of compiler information to \
12511251 print on stdout", & format!( "[{}]" ,
12521252 & print_opts. join( "|" ) ) ) ,
You can’t perform that action at this time.
0 commit comments