Uh oh!
There was an error while loading. Please reload this page.
Replace some guess_head_span with def_span - #98519
Conversation
51d1fef to
28bdcf4Compare
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 TraitItemhead_span field to Item, ImplItem and TraitItemhead_span field to Item, ImplItem and TraitItem319e296 to
0d70331Comparecjgillot
commented
Jun 26, 2022
TaKO8Ki
commented
Jun 26, 2022
0d70331 to
1a4ebb7Comparehead_span field to Item, ImplItem and TraitItemguess_head_span with def_spanUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
1a4ebb7 to
7973d5bCompareguess_head_span with def_spanguess_head_span with def_spanguess_head_span with def_spanguess_head_span with def_span
This comment has been minimized.
This comment has been minimized.
7973d5b to
2c4bdc2CompareTaKO8Ki
commented
Jul 4, 2022
@rustbot ready |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
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
b9d4b13CompareUh oh!
There was an error while loading. Please reload this page.
rustbot
commented
Jul 6, 2022
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
TaKO8Ki
commented
Jul 6, 2022
@cjgillot I fixed clippy tests. Could you review again? |
TaKO8Ki
commented
Jul 6, 2022
@rustbot ready |
Dylan-DPC
commented
Jul 6, 2022
@bors r=cjgillot |
bors
commented
Jul 6, 2022
📌 Commit bd3bb338b6bcad885d50e14ef02412c24c32bc4a has been approved by |
bors
commented
Jul 6, 2022
☔ The latest upstream changes (presumably #98206) made this pull request unmergeable. Please resolve the merge conflicts. |
6bab09c to
b730bc9CompareTaKO8Ki
commented
Jul 6, 2022
@Dylan-DPC Could you approve again? |
cjgillot
commented
Jul 6, 2022
@bors r+ |
bors
commented
Jul 6, 2022
📌 Commit b730bc9 has been approved by |
…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
…ee1-dead Remove `guess_head_span` follow-up to rust-lang#98519
This patch fixes a part of #97417.
r? @cjgillot