Remove TyCtxt::node_span_lint method#153621
Merged
rust-bors[bot] merged 4 commits intorust-lang:mainfrom Mar 10, 2026
Merged
Conversation
Collaborator
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
Collaborator
|
|
3 tasks
This comment has been minimized.
This comment has been minimized.
Member
Author
|
Forgot to remove intra-doc links. Fixed. :) |
JonathanBrouwer
requested changes
Mar 9, 2026
57f1291 to
03955d2
Compare
Member
Author
|
Updated! |
03955d2 to
4d7624e
Compare
JonathanBrouwer
approved these changes
Mar 9, 2026
Member
Author
|
@bors r=JonathanBrouwer rollup |
Contributor
rust-bors bot
pushed a commit
that referenced
this pull request
Mar 10, 2026
Rollup of 4 pull requests Successful merges: - #148562 (In `Option::get_or_insert_with()`, forget the `None` instead of dropping it.) - #153325 (tests/ui/cfg: add annotations for reference rules) - #153621 (Remove `TyCtxt::node_span_lint` method) - #153627 (rustdoc-json: Improve docs for `ItemEnum::item_kind`)
This comment has been minimized.
This comment has been minimized.
rust-bors bot
pushed a commit
that referenced
this pull request
Mar 10, 2026
Remove `TyCtxt::node_span_lint` method Part of #153099. One less obstacle before we can remove `lint_level` function. :) r? @JonathanBrouwer
Contributor
|
💔 Test for b996427 failed: CI. Failed job:
|
Member
Author
|
@bors retry |
rust-bors bot
pushed a commit
that referenced
this pull request
Mar 10, 2026
Rollup of 4 pull requests Successful merges: - #148562 (In `Option::get_or_insert_with()`, forget the `None` instead of dropping it.) - #153325 (tests/ui/cfg: add annotations for reference rules) - #153621 (Remove `TyCtxt::node_span_lint` method) - #153627 (rustdoc-json: Improve docs for `ItemEnum::item_kind`)
rust-bors bot
pushed a commit
that referenced
this pull request
Mar 10, 2026
Rollup of 4 pull requests Successful merges: - #148562 (In `Option::get_or_insert_with()`, forget the `None` instead of dropping it.) - #153325 (tests/ui/cfg: add annotations for reference rules) - #153621 (Remove `TyCtxt::node_span_lint` method) - #153627 (rustdoc-json: Improve docs for `ItemEnum::item_kind`)
Collaborator
|
A job failed! Check out the build log: (web) (plain enhanced) (plain) Click to see the possible cause of the failure (guessed by this bot) |
Member
Author
|
@bors retry |
Contributor
|
❗ You can only retry pull requests that are approved and have a previously failed auto build. |
rust-timer
added a commit
that referenced
this pull request
Mar 10, 2026
Rollup merge of #153621 - GuillaumeGomez:migrate-diag, r=JonathanBrouwer Remove `TyCtxt::node_span_lint` method Part of #153099. One less obstacle before we can remove `lint_level` function. :) r? @JonathanBrouwer
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.
Part of #153099.
One less obstacle before we can remove
lint_levelfunction. :)r? @JonathanBrouwer