-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stack overflow for very deep recursion #160
Comments
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Feb 5, 2025
…nical, r=<try> Make sure we don't overrun the stack in canonicalizer r? lcnr Addresses rust-lang/trait-system-refactor-initiative#160
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Feb 6, 2025
…nonical, r=lcnr Make sure we don't overrun the stack in canonicalizer r? lcnr Addresses rust-lang/trait-system-refactor-initiative#160
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Feb 21, 2025
…nonical, r=lcnr Make sure we don't overrun the stack in canonicalizer r? lcnr Addresses rust-lang/trait-system-refactor-initiative#160
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Feb 21, 2025
…nonical, r=lcnr Make sure we don't overrun the stack in canonicalizer r? lcnr Addresses rust-lang/trait-system-refactor-initiative#160
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Feb 22, 2025
…nonical, r=lcnr Make sure we don't overrun the stack in canonicalizer r? lcnr Addresses rust-lang/trait-system-refactor-initiative#160
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Feb 22, 2025
Rollup merge of rust-lang#136592 - compiler-errors:ensure-stack-in-canonical, r=lcnr Make sure we don't overrun the stack in canonicalizer r? lcnr Addresses rust-lang/trait-system-refactor-initiative#160
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
affected test:
compiles with the old solver and has a stack overflow with the new one https://rust.godbolt.org/z/x3TvqTczE
We are likely missing a call to
ensure_sufficient_stack
somewhereThe text was updated successfully, but these errors were encountered: