File tree 2 files changed +2
-2
lines changed
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.
50
50
\fB \-\- crate \- name \fR \fI NAME \fR
51
51
Specify the name of the crate being built.
52
52
.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 ]
54
54
Configure the output that \fB rustc \fR will produce. Each emission may also have
55
55
an optional explicit output \fI PATH \fR specified for that particular emission
56
56
kind. 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> {
1246
1246
"NAME" ) ,
1247
1247
opt:: multi_s( "" , "emit" , "Comma separated list of types of output for \
1248
1248
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 ]" ) ,
1250
1250
opt:: multi_s( "" , "print" , "Comma separated list of compiler information to \
1251
1251
print on stdout", & format!( "[{}]" ,
1252
1252
& print_opts. join( "|" ) ) ) ,
You can’t perform that action at this time.
0 commit comments