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.
1 parent 72e7c62 commit 34ac5b0Copy full SHA for 34ac5b0
src/librustc/rustc.rs
@@ -134,7 +134,7 @@ pub fn version(argv0: &str) {
134
135
pub fn usage(argv0: &str) {
136
let message = fmt!("Usage: %s [OPTIONS] INPUT", argv0);
137
- printfln!("%s\
+ printfln!("%s\n\
138
Additional help:
139
-W help Print 'lint' options and default settings
140
-Z help Print internal options for debugging rustc\n",
0 commit comments