ICE with generators and NLL #55850
Labels
A-coroutines
Area: Coroutines
A-NLL
Area: Non-lexical lifetimes (NLL)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
NLL-sound
Working towards the "invalid code does not compile" goal
The following ICE's on nightly 2018:
This is an NLL issue, on 2015 nightly without NLL turned on, the compiler complains that
s
does not live long enough. with NLL turned on in 2015, I get the same ICE.Backtrace:
The text was updated successfully, but these errors were encountered: