Rustup to *rustc 1.14.0-nightly (289f3a4ca 2016-09-29)*

This commit is contained in:
mcarton 2016-09-30 15:33:24 +02:00
parent fe27ac5fd2
commit eec5425b34
No known key found for this signature in database
GPG key ID: 5E427C794CBA45E8

View file

@ -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 {