File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,11 @@ Comma separated list of types of crates for the compiler to emit.
52
52
\fB \-\- crate \- name \fR \fI NAME \fR
53
53
Specify the name of the crate being built.
54
54
.TP
55
- \fB \-\- emit \fR [asm|llvm\- bc|llvm\- ir|obj|link|dep\- info]
56
- Configure the output that \fB rustc \fR will produce. Each option may also be of
57
- the form KIND=PATH to specify the explicit output location for that particular
58
- emission kind.
55
+ \fB \-\- emit \fR [asm|llvm\- bc|llvm\- ir|obj|link|dep\- info][=\fI PATH \fR ]
56
+ Configure the output that \fB rustc \fR will produce.
57
+
58
+ Each emission may also have an optional explicit output \fI PATH \fR specified for that particular
59
+ emission kind. This path takes precedence over the \fB -o \fR option.
59
60
.TP
60
61
\fB \-\- print \fR [crate\- name|file\- names|sysroot]
61
62
Comma separated list of compiler information to print on stdout.
You can’t perform that action at this time.
0 commit comments