Use ocx.normalize in report_projection_error#104903
Merged
bors merged 2 commits intorust-lang:masterfrom Dec 3, 2022
Merged
Conversation
compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs
Outdated
Show resolved
Hide resolved
compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs
Outdated
Show resolved
Hide resolved
Collaborator
|
☔ The latest upstream changes (presumably #104846) made this pull request unmergeable. Please resolve the merge conflicts. |
f792889 to
7b7a818
Compare
lcnr
reviewed
Nov 29, 2022
compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs
Outdated
Show resolved
Hide resolved
Member
Author
Collaborator
|
☔ The latest upstream changes (presumably #104905) made this pull request unmergeable. Please resolve the merge conflicts. |
7b7a818 to
58b6b76
Compare
Collaborator
|
Some changes occurred in engine.rs, potentially modifying the public API of cc @lcnr |
Member
Author
|
@rustbot label -S-blocked |
58b6b76 to
5e131d2
Compare
Member
Author
|
@lcnr this is ready for review |
compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs
Outdated
Show resolved
Hide resolved
5e131d2 to
190e7bd
Compare
Contributor
|
@bors r+ rollup |
Collaborator
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Dec 2, 2022
…n-report_projection_error, r=lcnr Use ocx.normalize in report_projection_error r? `@lcnr` cc `@compiler-errors`
Member
|
@bors r- failed in a rollup |
190e7bd to
8904743
Compare
Member
Author
|
@bors r=lcnr rollup |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Dec 3, 2022
Rollup of 7 pull requests Successful merges: - rust-lang#104903 (Use ocx.normalize in report_projection_error) - rust-lang#105032 (improve doc of into_boxed_slice and impl From<Vec<T>> for Box<[T]>) - rust-lang#105100 (Add missing intra-doc link) - rust-lang#105181 (Don't add a note for implementing a trait if its inner type is erroneous) - rust-lang#105182 (Rustdoc-Json: Don't inline foreign traits) - rust-lang#105188 (Don't elide type information when printing E0308 with `-Zverbose`) - rust-lang#105189 (rustdoc: clean up redundant CSS on `.rustdoc-toggle.hideme`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
r? @lcnr
cc @compiler-errors