Skip to content

Commit a2312bf

Browse files
committed
---
yaml --- r: 112120 b: refs/heads/try c: 111178d h: refs/heads/master v: v3
1 parent 9264d68 commit a2312bf

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: a692e9b1234ff6573b0cfbc39394d9222eb38f81
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b5dd3f05fe95168b5569d0f519636149479eb6ac
5-
refs/heads/try: 45e4fad5d0693b9a4ffdcdb572c8f45157eb4baa
5+
refs/heads/try: 111178d028f7bfdd74854da8b03b2b427563c24f
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/librustc/driver/driver.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,8 @@ pub fn optgroups() -> Vec<getopts::OptGroup> {
11031103
1 = line-tables only (for stacktraces and breakpoints),
11041104
2 = full debug info with variable and type information (same as -g)", "LEVEL"),
11051105
optflag("", "no-trans", "Run all passes except translation; no output"),
1106-
optflag("", "no-analysis", "Parse and expand the output, but run no analysis or produce output"),
1106+
optflag("", "no-analysis",
1107+
"Parse and expand the source, but run no analysis and produce no output"),
11071108
optflag("O", "", "Equivalent to --opt-level=2"),
11081109
optopt("o", "", "Write output to <filename>", "FILENAME"),
11091110
optopt("", "opt-level", "Optimize with possible levels 0-3", "LEVEL"),
@@ -1116,7 +1117,9 @@ pub fn optgroups() -> Vec<getopts::OptGroup> {
11161117
typed (crates expanded, with type annotations),
11171118
or identified (fully parenthesized,
11181119
AST nodes and blocks with IDs)", "TYPE"),
1119-
optflagopt("", "dep-info", "Output dependency info to <filename> after compiling", "FILENAME"),
1120+
optflagopt("", "dep-info",
1121+
"Output dependency info to <filename> after compiling, \
1122+
in a format suitable for use by Makefiles", "FILENAME"),
11201123
optopt("", "sysroot", "Override the system root", "PATH"),
11211124
optflag("", "test", "Build a test harness"),
11221125
optopt("", "target", "Target triple cpu-manufacturer-kernel[-os]

0 commit comments

Comments
 (0)