error: rustc interrupted by SIGSEGV #133269
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.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code: https://github.com/warcayac/axum_postgre_email
I expected to see this happen: explanation
Instead, this happened: explanation
After that I tried with:
RUST_MIN_STACK=16777216 cargo run
, same resultMeta
rustc --version --verbose
:Backtrace
The text was updated successfully, but these errors were encountered: