ICE RLS rustc_save_analysis::SaveContext::get_expr_data #97671
Labels
A-save-analysis
Area: saving results of analyses such as inference and borrowck results to a file.
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.
Code
Well it's a crate
libp2p_kad
, version0.37.0
.cargo build
andcargo check
works.Only RLS seems to panic.
https://github.com/libp2p/rust-libp2p/blob/2ad905f35a61d7588f74aeea4e8010ccfbc70fcf/protocols/kad/Cargo.toml#L6
Meta
rustc --version --verbose
:crashes with
1.60.0-x86_64-unknown-linux-gnu - rustc 1.60.0 (7737e0b5c 2022-04-04)
crashes with
stable-x86_64-unknown-linux-gnu - rustc 1.61.0 (fe5b13d68 2022-05-18)
crashes with
nightly-x86_64-unknown-linux-gnu - rustc 1.63.0-nightly (e71440575 2022-06-02)
works with
rustc 1.61.0
but olderlibp2p-kad
So breaking change is somewhere here:
https://github.com/libp2p/rust-libp2p/commits/master/protocols/kad
Error output
Backtrace
The text was updated successfully, but these errors were encountered: