Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit c9d25b6

Browse files
committed
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: rust-lang/rust#57476
1 parent 5f18294 commit c9d25b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/build/rustc.rs

-1
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,6 @@ impl<'a> CompilerCalls<'a> for RlsRustcCalls {
332332
save::process_crate(
333333
state.tcx.expect("missing tcx"),
334334
state.expanded_crate.expect("missing crate"),
335-
state.analysis.expect("missing analysis"),
336335
state.crate_name.expect("missing crate name"),
337336
state.input,
338337
None,

0 commit comments

Comments
 (0)