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 9c68679 commit 77b3a7bCopy full SHA for 77b3a7b
src/librustc/driver/config.rs
@@ -716,8 +716,8 @@ pub fn build_session_options(matches: &getopts::Matches) -> Options {
716
None |
717
Some("2") => FullDebugInfo,
718
Some(arg) => {
719
- early_error(format!("optimization level needs to be between \
720
- 0-3 (instead was `{}`)",
+ early_error(format!("debug info level needs to be between \
+ 0-2 (instead was `{}`)",
721
arg).as_slice());
722
}
723
0 commit comments