File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: fcab11da47daa6461a3b5895a1dc16e582f7cae3
2
+ refs/heads/master: 1642df8efa9e73b325e45a610ec0f57ad4bd5c9d
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -580,8 +580,8 @@ fn build_output_filenames(input: input,
580
580
ofile : option < str > ,
581
581
sess : session )
582
582
-> 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;
585
585
let sopts = sess. opts ;
586
586
let stop_after_codegen =
587
587
sopts. output_type != link:: output_type_exe ||
You can’t perform that action at this time.
0 commit comments