Skip to content

Commit a4859b0

Browse files
committed
---
yaml --- r: 13467 b: refs/heads/master c: 1642df8 h: refs/heads/master i: 13465: 81c4182 13463: bdf7dba v: v3
1 parent 93c378e commit a4859b0

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,5 +1,5 @@
11
---
2-
refs/heads/master: fcab11da47daa6461a3b5895a1dc16e582f7cae3
2+
refs/heads/master: 1642df8efa9e73b325e45a610ec0f57ad4bd5c9d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)