issue-93775 test overflows stack with debug assertions enabled #133432
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When
debug-assertions=true
is in config.toml, the testtests\ui\associated-consts\issue-93775.rs
fails with a stack overflow. I think it stems from here inrustc_const_eval::const_eval::eval_queries::eval_to_allocation_raw_provider
:I tested this on
x86_64-pc-windows-msvc
, unsure if it happens on other platforms.The text was updated successfully, but these errors were encountered: