You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running: PS D:\Workspaces\RustWorkspace\wonderland-rust> cargo clippy --all
Got the error below:
Checking infra v0.1.0 (D:\Workspaces\RustWorkspace\wonderland-rust\infra)
error: internal compiler error: src\librustc_mir\dataflow\generic\engine.rs:315: Switch on discriminant of non-ADT
thread 'rustc' panicked at 'Box<Any>', src\librustc_errors\lib.rs:881:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust-clippy/issues/new
note: Clippy version: clippy 0.0.212 (fc5d0cc5 2020-02-24)
error: aborting due to previous error
The text was updated successfully, but these errors were encountered:
rustc version
rustc 1.43.0-nightly (6d69cab 2020-02-27)
Problem
When running:
PS D:\Workspaces\RustWorkspace\wonderland-rust> cargo clippy --all
Got the error below:
The text was updated successfully, but these errors were encountered: