We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b247de6 + 38ac87f commit cab0214Copy full SHA for cab0214
src/rustc/driver/rustc.rs
@@ -93,7 +93,7 @@ fn run_compiler(args: [str], demitter: diagnostic::emitter) {
93
ret;
94
}
95
let ifile = alt vec::len(match.free) {
96
- 0u { early_error(demitter, "o input filename given") }
+ 0u { early_error(demitter, "no input filename given") }
97
1u { match.free[0] }
98
_ { early_error(demitter, "multiple input filenames provided") }
99
};
0 commit comments