commit
cab02145ba
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ fn run_compiler(args: [str], demitter: diagnostic::emitter) {
|
|||
ret;
|
||||
}
|
||||
let ifile = alt vec::len(match.free) {
|
||||
0u { early_error(demitter, "o input filename given") }
|
||||
0u { early_error(demitter, "no input filename given") }
|
||||
1u { match.free[0] }
|
||||
_ { early_error(demitter, "multiple input filenames provided") }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue