-
Couldn't load subscription status.
- Fork 13.9k
Use super_fold in RegionsToStatic visitor
#124808
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
Conversation
| .at(&obligation.cause, obligation.param_env) | ||
| .eq( | ||
| DefineOpaqueTypes::No, | ||
| DefineOpaqueTypes::Yes, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lmao wait
| @@ -0,0 +1,8 @@ | |||
| //@ compile-flags: -Znext-solver=coherence | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This ICEs on -Znext-solver, could add a separate revision I guess.
|
@bors r+ rollup |
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#124520 (Document that `create_dir_all` calls `mkdir`/`CreateDirW` multiple times) - rust-lang#124724 (Prefer lower vtable candidates in select in new solver) - rust-lang#124771 (Don't consider candidates with no failing where clauses when refining obligation causes in new solver) - rust-lang#124808 (Use `super_fold` in `RegionsToStatic` visitor) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#124808 - compiler-errors:super, r=lcnr Use `super_fold` in `RegionsToStatic` visitor so as to avoid an infinite stack cycle fixes rust-lang#124805 r? lcnr
so as to avoid an infinite stack cycle
fixes #124805
r? lcnr