From c9d25b667af766e8fe6d3b6168a5f99a0e4d722a Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Sun, 20 Jan 2019 18:26:22 +0100 Subject: [PATCH] Remove state.analysis due to Rust PR #57476 While Clippy is still broken for the newest nightly, this unbreaks the --no-default-features workflow. Link to PR: https://github.com/rust-lang/rust/pull/57476 --- src/build/rustc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/build/rustc.rs b/src/build/rustc.rs index 04c33052238..2acf7c7b28d 100644 --- a/src/build/rustc.rs +++ b/src/build/rustc.rs @@ -332,7 +332,6 @@ impl<'a> CompilerCalls<'a> for RlsRustcCalls { save::process_crate( state.tcx.expect("missing tcx"), state.expanded_crate.expect("missing crate"), - state.analysis.expect("missing analysis"), state.crate_name.expect("missing crate name"), state.input, None,