Uh oh!
There was an error while loading. Please reload this page.
Unify FnKind between AST visitors and make WalkItemKind more straight forward - #132787
Merged
Conversation
maxcabrajac
commented
Nov 8, 2024
ContributorAuthor
@rustbot author |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
maxcabrajacforce-pushed
the
fnctxt
branch
2 times, most recently
from
November 12, 2024 16:21
36ec739 to
ae95cf0Comparemaxcabrajac
marked this pull request as ready for review
November 12, 2024 17:53
rustbot
commented
Nov 12, 2024
Collaborator
Some changes occurred in src/tools/rustfmt cc @rust-lang/rustfmt |
maxcabrajac
commented
Nov 12, 2024
ContributorAuthor
@rustbot review |
petrochenkov
commented
Nov 15, 2024
Contributor
r=me after squashing commits. |
ContributorAuthor
@bors r=petrochenkov Is this it? I had to look around in other merged PRs edit: Seems like its not =/ |
bors
commented
Nov 15, 2024
Collaborator
@maxcabrajac: 🔑 Insufficient privileges: Not in reviewers |
maxcabrajac
commented
Nov 15, 2024
ContributorAuthor
@rustbot review |
petrochenkov
commented
Nov 16, 2024
Contributor
It's it, it just needs someone with approval permissions. @bors r+ |
bors
commented
Nov 16, 2024
Collaborator
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Nov 16, 2024
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#131717 (Stabilize `const_atomic_from_ptr`) - rust-lang#132134 (Remove `ResultsVisitable`) - rust-lang#132449 (mark is_val_statically_known intrinsic as stably const-callable) - rust-lang#132569 (rustdoc search: allow queries to end in an empty path segment) - rust-lang#132787 (Unify FnKind between AST visitors and make WalkItemKind more straight forward) - rust-lang#132832 (Deny capturing late-bound ty/const params in nested opaques) - rust-lang#133097 (Opt out TaKO8Ki from review rotation for now) r? `@ghost` `@rustbot` modify labels: rollup
bors added a commit
to rust-lang-ci/rust
that referenced
this pull request
Nov 17, 2024
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#131717 (Stabilize `const_atomic_from_ptr`) - rust-lang#132134 (Remove `ResultsVisitable`) - rust-lang#132449 (mark is_val_statically_known intrinsic as stably const-callable) - rust-lang#132569 (rustdoc search: allow queries to end in an empty path segment) - rust-lang#132787 (Unify FnKind between AST visitors and make WalkItemKind more straight forward) - rust-lang#132832 (Deny capturing late-bound ty/const params in nested opaques) - rust-lang#133097 (Opt out TaKO8Ki from review rotation for now) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer added a commit
to rust-lang-ci/rust
that referenced
this pull request
Nov 17, 2024
Rollup merge of rust-lang#132787 - maxcabrajac:fnctxt, r=petrochenkov Unify FnKind between AST visitors and make WalkItemKind more straight forward Unifying `FnKind` requires a bunch of changes to `WalkItemKind::walk` signature so I'll change them in one go related to rust-lang#128974 r? `@petrochenkov`
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 freeto 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.
Unifying
FnKindrequires a bunch of changes toWalkItemKind::walksignature so I'll change them in one gorelated to #128974 & #127615
r? @petrochenkov