We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a2945e commit bdd358eCopy full SHA for bdd358e
man/rustc.1
@@ -34,11 +34,11 @@ Compile and link a library crate into a shared object.
34
Produce a statically-linked binary, or generate a static
35
library.
36
.TP
37
-\fB--pretty\fR \fItype\fR:
+\fB--pretty\fR \fI[type]\fR:
38
Pretty-print the input. Valid \fItype\fRs are:
39
.RS
40
41
-\fBnormal\fR: Un-annotated source.
+\fBnormal\fR: Un-annotated source (default).
42
43
\fBexpanded\fR: Crates expanded.
44
@@ -69,7 +69,7 @@ Run all passes except translation. Produces no output.
69
\fB-g\fR:
70
Produce debug info.
71
72
-\fB--opt-level\fR=\fIlevel\fR:
+\fB--opt-level\fR \fIlevel\fR:
73
Set optimization level to \fIlevel\fR.
74
75
\fB-O\fR:
0 commit comments