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 get the following error when running cargo clippy --fix on Rust 1.58:
thread 'rustc' panicked at 'failed to lookup `SourceFile` in new context', compiler/rustc_query_impl/src/on_disk_cache.rs:500:22
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
error: internal compiler error: unexpected panic
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.1.58 (02072b4 2022-01-11)
query stack during panic:
#0 [predicates_of] computing predicates of `BmpBlockSelector`
#1 [param_env] computing normalized predicates of `BmpBlockSelector`
end of query stack
error: could not compile `icu_uniset`
I get the following error when running
cargo clippy --fix
on Rust 1.58:Instructions to reproduce:
cd utils/uniset
cargo clippy --fix
The text was updated successfully, but these errors were encountered: