ICE when running cargo +nightly fix --edition
on tokio
#86753
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When running
cargo +nightly fix --edition
on tokio, I get the ICE seen below. This seems to happen when compiling benchmarks.I have been unable so far to reproduce this with a plain
cargo
orrustc
invocation. For example,cargo +nightly c --bench fs
works fine.This also seems to happen in
reqwest
.Meta
rustc +nightly --version --verbose
:Backtrace
This issue has been assigned to @arora-aman via this comment.
The text was updated successfully, but these errors were encountered: