Skip to content

Commit c6db551

Browse files
committed
---
yaml --- r: 33046 b: refs/heads/dist-snap c: 8802c5f h: refs/heads/master v: v3
1 parent e6810be commit c6db551

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
99
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
10-
refs/heads/dist-snap: 8ad5da9b58ac47199806d0723f359d4f60da60ab
10+
refs/heads/dist-snap: 8802c5f8c0e6fcf8875712ccd6be8c0bdcc3c58d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/dist-snap/man/rustc.1

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,7 @@ Write intermediate files (.bc, .opt.bc, .o)
7575
in addition to normal output
7676
.TP
7777
\fB\-\-static\fR
78-
Use or produce static libraries or binaries
79-
.TP
80-
\fB\-\-stats\fR
81-
Print compilation statistics
78+
Use or produce static libraries or binaries (experimental)
8279
.TP
8380
\fB\-\-sysroot\fR <path>
8481
Override the system root
@@ -87,10 +84,9 @@ Override the system root
8784
Build a test harness
8885
.TP
8986
\fB\-\-target\fR <triple>
90-
Target cpu\-manufacturer\-kernel[\-os] to compile for
91-
(default: host triple)
92-
(see http://sources.redhat.com/autobook/autobook/
93-
autobook_17.html for detail)
87+
Target cpu\-manufacturer\-kernel[\-os] to compile for (default: host triple)
88+
(see <\fBhttp://sources.redhat.com/autobook/autobook/autobook_17.html\fR> for
89+
detail)
9490
.TP
9591
\fB\-W\fR <foo>
9692
enable warning <foo>
@@ -121,7 +117,7 @@ To build either with a crate (.rc) file:
121117
$ rustc hello.rc
122118

123119
.SH "BUGS"
124-
See \fBhttps://github.com/mozilla/rust/issues\fR for a list of known bugs.
120+
See <\fBhttps://github.com/mozilla/rust/issues\fR> for a list of known bugs.
125121

126122
.SH "AUTHOR"
127123
See \fBAUTHORS.txt\fR in the rust source distribution. Graydon Hoare

branches/dist-snap/src/rustc/driver/rustc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Options:
6161
--save-temps Write intermediate files (.bc, .opt.bc, .o)
6262
in addition to normal output
6363
--static Use or produce static libraries or binaries
64-
--stats Print compilation statistics
64+
(experimental)
6565
--sysroot <path> Override the system root
6666
--test Build a test harness
6767
--target <triple> Target cpu-manufacturer-kernel[-os] to compile for

0 commit comments

Comments
 (0)