diff --git a/src/librustc_driver/lib.rs b/src/librustc_driver/lib.rs index b9b36616e69f..47168cb955a0 100644 --- a/src/librustc_driver/lib.rs +++ b/src/librustc_driver/lib.rs @@ -1389,7 +1389,7 @@ pub fn handle_options(args: &[String]) -> Option { nightly_options::is_unstable_enabled(&matches)); return None; } - + // Handle the special case of -Wall. let wall = matches.opt_strs("W"); if wall.iter().any(|x| *x == "all") {