We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 798d09e commit eb45bd1Copy full SHA for eb45bd1
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 736969f9fe49b17174c6e06fbb7b1a8331ca94b2
+refs/heads/master: bb081d661161f7b68a85a828a998b63bbf6cfd13
trunk/src/comp/driver/rustc.rs
@@ -46,7 +46,7 @@ impure fn parse_input(session.session sess,
46
} else if (_str.ends_with(input, ".rs")) {
47
ret parser.parse_crate_from_source_file(p);
48
}
49
- sess.err("unknown unput file type: " + input);
+ sess.err("unknown input file type: " + input);
50
fail;
51
52
0 commit comments