Skip to content

Commit cab0214

Browse files
committed
Merge pull request #2025 from damag/master
Fix typo in error message
2 parents b247de6 + 38ac87f commit cab0214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustc/driver/rustc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ fn run_compiler(args: [str], demitter: diagnostic::emitter) {
9393
ret;
9494
}
9595
let ifile = alt vec::len(match.free) {
96-
0u { early_error(demitter, "o input filename given") }
96+
0u { early_error(demitter, "no input filename given") }
9797
1u { match.free[0] }
9898
_ { early_error(demitter, "multiple input filenames provided") }
9999
};

0 commit comments

Comments
 (0)