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
I encountered a rustc panic while running cargo clippy. I made a source code change and then the panic occurred. After reverting the source code change, the panic still occurs even though clippy ran just fine on the code before the change.
cargo version: cargo 1.48.0 (65cbdd2dc 2020-10-14)
rustc version: rustc 1.48.0 (7eac88abb 2020-11-16)
I encountered a rustc panic while running
cargo clippy
. I made a source code change and then the panic occurred. After reverting the source code change, the panic still occurs even though clippy ran just fine on the code before the change.Panic message:
I ran
cargo clean
and re-ran clippy again with the code change, and now it works fine.I suspect some form of corruption of the on-disk cache given the panic originated in
on_disk_cache.rs
and was fixed by wiping the cache.The text was updated successfully, but these errors were encountered: