-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
new_outside_solver
-> evaluate_root_goal
#107227
Conversation
Team or group rust-lang team names can be found at https://github.com/rust-lang/team/tree/master/teams. |
r? @Nilstrieb (rustbot has picked a reviewer for you, use r? to override) |
7561e16
to
033047a
Compare
@bors r+ rollup (only affects new solver) |
Uh I did not see this was a draft @bors r- r=me if it was not meant to be a draft 😂 |
Some changes occurred to the core trait solver cc @rust-lang/initiative-trait-system-refactor |
@bors r=compiler-errors rollup |
…mpiler-errors `new_outside_solver` -> `evaluate_root_goal` r? `@rust-lang/initiative-trait-system-refactor`
…mpiler-errors `new_outside_solver` -> `evaluate_root_goal` r? ``@rust-lang/initiative-trait-system-refactor``
Rollup of 9 pull requests Successful merges: - rust-lang#105552 (Add help message about function pointers) - rust-lang#106583 (Suggest coercion of `Result` using `?`) - rust-lang#106767 (Allow setting CFG_DISABLE_UNSTABLE_FEATURES to 0) - rust-lang#106823 (Allow fmt::Arguments::as_str() to return more Some(_).) - rust-lang#107166 (rustc_metadata: Support non-`Option` nullable values in metadata tables) - rust-lang#107213 (Add suggestion to remove if in let..else block) - rust-lang#107223 (`sub_ptr()` is equivalent to `usize::try_from().unwrap_unchecked()`, not `usize::from().unwrap_unchecked()`) - rust-lang#107227 (`new_outside_solver` -> `evaluate_root_goal`) - rust-lang#107232 (rustdoc: simplify settings popover DOM, CSS, JS) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
r? @rust-lang/initiative-trait-system-refactor