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 8f3238f commit 7174ec2Copy full SHA for 7174ec2
compiler/rustc_driver/src/lib.rs
@@ -1047,7 +1047,7 @@ pub fn handle_options(args: &[String]) -> Option<getopts::Matches> {
1047
let wall = matches.opt_strs("W");
1048
if wall.iter().any(|x| *x == "all") {
1049
print_wall_help();
1050
- return None;
+ rustc_errors::FatalError.raise();
1051
}
1052
1053
// Don't handle -W help here, because we might first load plugins.
0 commit comments