Replace some guess_head_span with def_span#98519
Merged
bors merged 4 commits intorust-lang:masterfrom Jul 6, 2022
Merged
Conversation
51d1fef to
28bdcf4
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
head_span field to Item, ImplItem and TraitItemhead_span field to Item, ImplItem and TraitItem
head_span field to Item, ImplItem and TraitItemhead_span field to Item, ImplItem and TraitItem
319e296 to
0d70331
Compare
Contributor
Member
Author
0d70331 to
1a4ebb7
Compare
head_span field to Item, ImplItem and TraitItemguess_head_span with def_span
cjgillot
reviewed
Jul 3, 2022
1a4ebb7 to
7973d5b
Compare
guess_head_span with def_spanguess_head_span with def_span
guess_head_span with def_spanguess_head_span with def_span
This comment has been minimized.
This comment has been minimized.
7973d5b to
2c4bdc2
Compare
Member
Author
|
@rustbot ready |
cjgillot
approved these changes
Jul 4, 2022
Contributor
There was a problem hiding this comment.
This is a regression. It can easily be cured by modifying tcx.hir().opt_span. If you want to do it, this can wait a follow-up PR.
2c4bdc2 to
b9d4b13
Compare
cjgillot
reviewed
Jul 4, 2022
Collaborator
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
Member
Author
|
@cjgillot I fixed clippy tests. Could you review again? |
Member
Author
|
@rustbot ready |
Member
|
@bors r=cjgillot |
Collaborator
|
📌 Commit bd3bb338b6bcad885d50e14ef02412c24c32bc4a has been approved by |
Collaborator
|
☔ The latest upstream changes (presumably #98206) made this pull request unmergeable. Please resolve the merge conflicts. |
6bab09c to
b730bc9
Compare
Member
Author
|
@Dylan-DPC Could you approve again? |
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit b730bc9 has been approved by |
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jul 6, 2022
…laumeGomez Rollup of 7 pull requests Successful merges: - rust-lang#96935 (Allow arithmetic and certain bitwise ops on AtomicPtr) - rust-lang#98519 (Replace some `guess_head_span` with `def_span`) - rust-lang#98911 (rustdoc: filter '_ lifetimes from ty::Generics) - rust-lang#98939 (rustdoc: Add more semantic information to impl IDs) - rust-lang#98971 (Fix typo in file descriptor docs) - rust-lang#98983 (docs: Add overview of `rustc_middle::mir::TerminatorKind`) - rust-lang#98984 (Remove erroneous doc comment) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this pull request
Aug 2, 2022
…ee1-dead Remove `guess_head_span` follow-up to rust-lang#98519
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.
This patch fixes a part of #97417.
r? @cjgillot