Infinite recursion crash with use _
#105353
Labels
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.
Found with a modified fuzz-rustc
Code
Crash
Infinite recursion between
resolve_ident_in_module_unadjusted
andresolve_ident_in_module_unadjusted_ext
crash-report.txt
The base of the stack is visible when running with
RUST_MIN_STACK=100000
: crash-report-with-small-stack.txtRegression
Regression in nightly-2019-10-17, perhaps from #64623 (@matthewjasper, @petrochenkov)
Version
@rustbot label +I-crash +T-compiler
The text was updated successfully, but these errors were encountered: