Skip to content

Commit 38c5356

Browse files
committed
---
yaml --- r: 10487 b: refs/heads/snap-stage3 c: 1642df8 h: refs/heads/master i: 10485: 9fe22e1 10483: 9e2540a 10479: 7be4c91 v: v3
1 parent 92ef3ae commit 38c5356

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: fcab11da47daa6461a3b5895a1dc16e582f7cae3
4+
refs/heads/snap-stage3: 1642df8efa9e73b325e45a610ec0f57ad4bd5c9d
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,8 +580,8 @@ fn build_output_filenames(input: input,
580580
ofile: option<str>,
581581
sess: session)
582582
-> output_filenames {
583-
let mut obj_path; // FIXME remove mut after snapshot
584-
let mut out_path; // FIXME remove mut after snapshot
583+
let obj_path;
584+
let out_path;
585585
let sopts = sess.opts;
586586
let stop_after_codegen =
587587
sopts.output_type != link::output_type_exe ||

0 commit comments

Comments
 (0)