ICE related to lifetimes #13808
Labels
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Updated code example
Original description
I added
pub listener: <'a> ||: 'a,
as a field on a struct and I am passinglistener: <'a> ||: 'a
into the constructor and settinglistener: listener
. My code is horribly broken at the moment, so the error might be hard to duplicate in a normal circumstanceThe text was updated successfully, but these errors were encountered: