'rustc' has overflowed its stack error #39639
Labels
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I see this error also reported in other issues, but I think the cause is different. Here is my example code:
If you uncomment
move || expr().method()
and commentcall(expr)
build can success.The text was updated successfully, but these errors were encountered: