first move on a nested span_label#103559
Merged
bors merged 1 commit intorust-lang:masterfrom Nov 9, 2022
Merged
Conversation
Contributor
|
r? @cjgillot (rust-highfive has picked a reviewer for you, use r? to override) |
Contributor
Author
|
r? @davidtwco |
Collaborator
|
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki |
davidtwco
requested changes
Nov 2, 2022
Member
davidtwco
left a comment
There was a problem hiding this comment.
Apologies for the delay in reviewing this.
This comment has been minimized.
This comment has been minimized.
f4d3ba5 to
35c9b91
Compare
davidtwco
reviewed
Nov 3, 2022
35c9b91 to
5eef9b1
Compare
AndyJado
commented
Nov 4, 2022
Apply suggestions from code review Co-authored-by: David Wood <[email protected]>
5eef9b1 to
e49d10d
Compare
davidtwco
approved these changes
Nov 8, 2022
Member
|
@bors r+ |
Collaborator
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Nov 8, 2022
first move on a nested span_label trying not to be smart this time.
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Nov 8, 2022
first move on a nested span_label trying not to be smart this time.
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Nov 8, 2022
first move on a nested span_label trying not to be smart this time.
This was referenced Nov 8, 2022
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Nov 9, 2022
…earth Rollup of 7 pull requests Successful merges: - rust-lang#100508 (avoid making substs of type aliases late bound when used as fn args) - rust-lang#101381 (Test that target feature mix up with homogeneous floats is sound) - rust-lang#103353 (Fix Access Violation when using lld & ThinLTO on windows-msvc) - rust-lang#103521 (Avoid possible infinite loop when next_point reaching the end of file) - rust-lang#103559 (first move on a nested span_label) - rust-lang#103778 (Update several crates for improved support of the new targets) - rust-lang#103827 (Properly remap and check for substs compatibility in `confirm_impl_trait_in_trait_candidate`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Apr 17, 2023
Migrate diagnostics in `rustc_borrowck` sorry for making a new PR, [rust-lang#103559](rust-lang#103559) and [rust-lang#103960](rust-lang#103960). I am crawling, joyfully.
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.
trying not to be smart this time.