Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upNested "impl trait" with lifetimes causing internal compiler error #46464
Comments
TimNN
added
A-impl-trait
C-bug
I-ICE
labels
Dec 5, 2017
aturon
referenced this issue
Jan 12, 2018
Open
Tracking issue for `impl Trait` (RFC 1522, RFC 1951, RFC 2071) #34511
cramertj
referenced this issue
Jan 24, 2018
Closed
Lifetimes on nested `impl Trait` causes ICE #47724
bors
added a commit
that referenced
this issue
Feb 18, 2018
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Feb 19, 2018
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Feb 23, 2018
bors
closed this
in
#48072
Feb 24, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kazagistar commentedDec 3, 2017
While trying to figure out how to return two iterators over a &str, the compiler crashed.
Link to playground
Error message:
error: internal compiler error: src\librustc\ty\subst.rs:424: Region parameter out of range when substituting in region 'a (root type=None) (index=1)Meta
rustc --version --verbose:Backtrace: