Uh oh!
There was an error while loading. Please reload this page.
Lint unused features - #152164
Merged
rust-bors[bot] merged 6 commits intoMar 5, 2026
Merged
Conversation
This comment has been minimized.
This comment has been minimized.
jyn514
reviewed
Feb 5, 2026
Uh oh!
There was an error while loading. Please reload this page.
mu001999force-pushed
the
lint/unused_features
branch
2 times, most recently
from
February 5, 2026 15:31
cb9b84c to
cd83e12Comparemu001999
commented
Feb 5, 2026
MemberAuthor
Initial implementation completed. I plan to add more tests and check whether features in rustc are reported as unused correctly or not. |
jyn514
reviewed
Feb 5, 2026
Uh oh!
There was an error while loading. Please reload this page.
This comment has been minimized.
This comment has been minimized.
mu001999force-pushed
the
lint/unused_features
branch
from
February 6, 2026 00:38
cd83e12 to
2945856Compare
This comment has been minimized.
This comment has been minimized.
mu001999force-pushed
the
lint/unused_features
branch
from
February 6, 2026 01:00
2945856 to
36c0a20Compare
This comment has been minimized.
This comment has been minimized.
mu001999force-pushed
the
lint/unused_features
branch
from
February 7, 2026 01:16
36c0a20 to
2ddaf82Compare
This comment has been minimized.
This comment has been minimized.
mu001999force-pushed
the
lint/unused_features
branch
from
February 7, 2026 11:37
2ddaf82 to
fb08c95Compare
This comment has been minimized.
This comment has been minimized.
mu001999force-pushed
the
lint/unused_features
branch
from
February 7, 2026 12:45
fb08c95 to
38aefe4Compare
This comment has been minimized.
This comment has been minimized.
mu001999force-pushed
the
lint/unused_features
branch
from
February 7, 2026 13:35
38aefe4 to
0cda8d4Compare
This comment has been minimized.
This comment has been minimized.
mu001999force-pushed
the
lint/unused_features
branch
from
February 7, 2026 14:19
0cda8d4 to
2d2577fCompare
This comment has been minimized.
This comment has been minimized.
mu001999force-pushed
the
lint/unused_features
branch
from
February 7, 2026 15:08
2d2577f to
b67632eCompare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
mu001999force-pushed
the
lint/unused_features
branch
2 times, most recently
from
February 8, 2026 02:11
a940d65 to
435090aCompareContributor
mu001999
commented
Mar 4, 2026
MemberAuthor
@bors try jobs=x86_64-mingw-2 |
This comment has been minimized.
This comment has been minimized.
Contributor
mu001999
commented
Mar 4, 2026
MemberAuthor
@rustbot ready |
JonathanBrouwer
commented
Mar 4, 2026
Member
@bors r+ |
Contributor
This comment has been minimized.
This comment has been minimized.
Contributor
💔 Test for 0d4eda9 failed: CI. Failed job:
|
rust-log-analyzer
commented
Mar 4, 2026
Collaborator
The job Click to see the possible cause of the failure (guessed by this bot) |
JonathanBrouwer
commented
Mar 4, 2026
Member
Spurious |
jyn514
commented
Mar 4, 2026
Member
that one looks like it might just be a flaky cargo test? |
This was referenced Mar 4, 2026
This was referenced Mar 4, 2026
jyn514
commented
Mar 5, 2026
Member
🚀 |
This was referenced Mar 6, 2026
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.
View all comments
Fixes#44232
Fixes#151752
This PR records used features through query side effect, then reports unsued features finally.