-
-
Notifications
You must be signed in to change notification settings - Fork 15k
issue-93775 test overflows stack with debug assertions enabled #133432
Copy link
Copy link
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.O-windows-msvcToolchain: MSVC, Operating system: WindowsToolchain: MSVC, Operating system: WindowsT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustcC-bugCategory: This is a bug.Category: This is a bug.O-windows-msvcToolchain: MSVC, Operating system: WindowsToolchain: MSVC, Operating system: WindowsT-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
When
debug-assertions=trueis in config.toml, the testtests\ui\associated-consts\issue-93775.rsfails 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.