From eec5425b34d6acee62788a417e840fffbbbe1530 Mon Sep 17 00:00:00 2001 From: mcarton Date: Fri, 30 Sep 2016 15:33:24 +0200 Subject: [PATCH] Rustup to *rustc 1.14.0-nightly (289f3a4ca 2016-09-29)* --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 83c569ebb39..ed1c30d567b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -170,7 +170,7 @@ pub fn main() { // this check ensures that dependencies are built but not linted and the final crate is // linted but not built let mut ccc = ClippyCompilerCalls::new(env::args().any(|s| s == "-Zno-trans")); - let (result, _) = rustc_driver::run_compiler(&args, &mut ccc); + let (result, _) = rustc_driver::run_compiler(&args, &mut ccc, None, None); if let Err(err_count) = result { if err_count > 0 {