cannot relate bound region: ReLateBound(DebruijnIndex(0), BoundRegion { var: 0, kind: BrNamed(DefId(0:199 ~ dev_remenants[a0e3]::is_ignored::'), ') }) <= '_#3r
#109339
Labels
A-borrow-checker
Area: The borrow checker
A-type-system
Area: Type system
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
Milestone
Code
https://gitlab.com/jmsunseri/dev-remenants/-/commits/git-search
Meta
rustc --version --verbose
:Error output
error: internal compiler error: compiler/rustc_infer/src/infer/region_constraints/mod.rs:568:17: cannot relate bound region:
ReLateBound(DebruijnIndex(0), BoundRegion { var: 0, kind: BrNamed(DefId(0:199 ~ dev_remenants[a0e3]::is_ignored::'_), '_) }) <= '_#3r
thread 'rustc' panicked at
'Box<dyn Any>'
, /rustc/2c8cc343237b8f7d5a3c3703e3a87f2eb2c54a74/compiler/rustc_errors/src/lib.rs:987:33stack backtrace:
...
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md
note: rustc 1.68.0 (2c8cc34 2023-03-06) running on x86_64-unknown-linux-gnu
note: compiler flags: --crate-type bin -C embed-bitcode=no -C debuginfo=2 -C incremental=[REDACTED]
note: some of the compiler flags provided by cargo are hidden
Backtrace
The text was updated successfully, but these errors were encountered: