File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: a81fdf0a5a0bd70970ad66c1e9e99af823e74260
2
+ refs/heads/master: f2a3270b9c6104136637a8f03e4baa9b52c0d36a
Original file line number Diff line number Diff line change @@ -506,14 +506,14 @@ fn main(args: [str]) {
506
506
let sopts = build_session_options( match) ;
507
507
let sess = build_session( sopts) ;
508
508
let n_inputs = vec:: len:: < str > ( match. free) ;
509
- let ofile = getopts:: opt_maybe_str( match, "o" ) ;
510
- let ifile = match . free[ 0 ] ;
511
- let outputs = build_output_filenames( ifile, ofile, sopts) ;
512
509
if n_inputs == 0 u {
513
510
sess. fatal ( "No input filename given." ) ;
514
511
} else if n_inputs > 1 u {
515
512
sess. fatal ( "Multiple input filenames provided." ) ;
516
513
}
514
+ let ofile = getopts:: opt_maybe_str ( match , "o" ) ;
515
+ let ifile = match . free[ 0 ] ;
516
+ let outputs = build_output_filenames ( ifile, ofile, sopts) ;
517
517
let cfg = build_configuration ( sess, binary, ifile) ;
518
518
let pretty =
519
519
option:: map :: < str ,
You can’t perform that action at this time.
0 commit comments