[Nightly] internal compiler error: unexpected panic #71050
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.
Short summary:
This code holds a HashMap that contains "jobs", pushes them to be executed in
tokio::spawn
and sends the return value into mspc::channel (Tokio), finally it produces more jobs, and returns them from theJoinHandle
to be appended back into the original HashMap mentioned.I expected rust to let me know if this proceedure is legal (Appears so) by running
cargo check
. It returns a compiler ErrorEDIT: Corrected summary
Meta
rustc 1.43.0-nightly (75cf41a 2020-03-04)
binary: rustc
commit-hash: 75cf41a
commit-date: 2020-03-04
host: x86_64-unknown-linux-gnu
release: 1.43.0-nightly
LLVM version: 9.0
The text was updated successfully, but these errors were encountered: