Bug in fulfillment_errors.rs
when compiling
#135410
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-diagnostics
Working group: Diagnostics
Code
Meta
rustc --version --verbose
:Error output
Backtrace
Content of
Cargo.toml
Additional information
The bug seems related to the
use cgroups_rs;
line, if I remove it the bug goes away.Compiling with
cargo +nightly build
works fine.Please note that the code does not actually compile, with the following patch it does compile without panics.
The text was updated successfully, but these errors were encountered: