Skip to content

Commit 2ff3695

Browse files
committed
---
yaml --- r: 30981 b: refs/heads/incoming c: ae4f8fb h: refs/heads/master i: 30979: 4b460b6 v: v3
1 parent 50fc1ae commit 2ff3695

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
@@ -6,7 +6,7 @@ refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
9-
refs/heads/incoming: f885205b1bb57f270f533aa5e8dc9951c1be603c
9+
refs/heads/incoming: ae4f8fb87a146fc716b4ad3222b01b7ef7536a30
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/incoming/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/incoming/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)