-
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
Add candidates for DiscriminantKind builtin #107427
Conversation
r? @eholk (rustbot has picked a reviewer for you, use r? to override) |
Some changes occurred to the core trait solver cc @rust-lang/initiative-trait-system-refactor |
☔ The latest upstream changes (presumably #107498) made this pull request unmergeable. Please resolve the merge conflicts. |
a0e6e3c
to
c03e49a
Compare
c03e49a
to
de50a86
Compare
@bors delegate+ |
✌️ @detrumi can now approve this pull request |
@bors r+ |
@bors rollup |
💡 This pull request was already approved, no need to approve it again.
|
…=compiler-errors Add candidates for DiscriminantKind builtin Part of rust-lang#107379
Rollup of 6 pull requests Successful merges: - rust-lang#107082 (Autotrait bounds on dyn-safe trait methods) - rust-lang#107427 (Add candidates for DiscriminantKind builtin) - rust-lang#107539 (Emit warnings on unused parens in index expressions) - rust-lang#107544 (Improve `TokenCursor`.) - rust-lang#107585 (Don't cause a cycle when formatting query description that references a FnDef) - rust-lang#107633 (Fix suggestion for coercing Option<&String> to Option<&str>) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Part of #107379