-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Renamed DerivedObligation
to WellFormedDeriveObligation
#124381
Conversation
changes to the core type system Some changes occurred to the core trait solver cc @rust-lang/initiative-trait-system-refactor |
self.assemble_blanket_impl_candidates(goal, &mut candidates); | ||
|
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.
? 🤔
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.
LOL
r? @lcnr |
Failed to set assignee to
|
r=me after unbreaking the new solver |
eb4c0c3
to
132f8ce
Compare
@bors r=lcnr |
…mpiler-errors Rollup of 4 pull requests Successful merges: - rust-lang#124076 (Stablise io_error_downcast) - rust-lang#124378 (Keep the LIB env var in the compiler-builtins test) - rust-lang#124379 (Remove special-casing for `SimplifiedType` for next solver) - rust-lang#124381 (Renamed `DerivedObligation` to `WellFormedDeriveObligation`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#124381 - compiler-errors:derived-for-wf, r=lcnr Renamed `DerivedObligation` to `WellFormedDeriveObligation` It's used when computing `WellFormed` obligations, so let's give it a less ambiguous name.
It's used when computing
WellFormed
obligations, so let's give it a less ambiguous name.