mir_borrowck
ICE with HRTB and lifetime in associated type
#60314
Labels
A-NLL
Area: Non-lexical lifetimes (NLL)
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.
Summary
When
T
is not: 'static
, calling a function of signatureleads to an ICE.
Steps to reproduce
Tested on
1.33.0 nightly and stable
1.34.1 stable
1.36.0 nightly
ICE Backtrace
Hypothesis
Maybe
rustc
does not add the implicitbound required for the other bound to make sense
The text was updated successfully, but these errors were encountered: