mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-04 19:29:07 +00:00
Rustup to *rustc 1.14.0-nightly (289f3a4ca
2016-09-29)*
This commit is contained in:
parent
fe27ac5fd2
commit
eec5425b34
@ -170,7 +170,7 @@ pub fn main() {
|
|||||||
// this check ensures that dependencies are built but not linted and the final crate is
|
// this check ensures that dependencies are built but not linted and the final crate is
|
||||||
// linted but not built
|
// linted but not built
|
||||||
let mut ccc = ClippyCompilerCalls::new(env::args().any(|s| s == "-Zno-trans"));
|
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 let Err(err_count) = result {
|
||||||
if err_count > 0 {
|
if err_count > 0 {
|
||||||
|
Loading…
Reference in New Issue
Block a user