Skip to content

Commit 58f6712

Browse files
committed
---
yaml --- r: 2790 b: refs/heads/master c: 9491dc3 h: refs/heads/master v: v3
1 parent c083daf commit 58f6712

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: dc1b34288c1618aaa7d7f012cb3ec2e403336b01
2+
refs/heads/master: 9491dc3e61b114eda06a61bbec76742237017f49

trunk/src/comp/driver/rustc.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,10 @@ fn main(vec[str] args) {
373373
auto ls = opt_present(match, "ls");
374374
if (pretty || typed_pretty) {
375375
pretty_print_input(sess, env, ifile, typed_pretty);
376+
ret;
376377
} else if (ls) {
377378
front::creader::list_file_metadata(ifile, std::io::stdout());
379+
ret;
378380
} else {
379381
alt (output_file) {
380382
case (none[str]) {

0 commit comments

Comments
 (0)