Open
Conversation
This comment has been minimized.
This comment has been minimized.
jyn514
reviewed
Feb 5, 2026
cb9b84c to
cd83e12
Compare
Contributor
Author
|
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
This comment has been minimized.
This comment has been minimized.
cd83e12 to
2945856
Compare
This comment has been minimized.
This comment has been minimized.
2945856 to
36c0a20
Compare
This comment has been minimized.
This comment has been minimized.
36c0a20 to
2ddaf82
Compare
This comment has been minimized.
This comment has been minimized.
2ddaf82 to
fb08c95
Compare
This comment has been minimized.
This comment has been minimized.
fb08c95 to
38aefe4
Compare
This comment has been minimized.
This comment has been minimized.
38aefe4 to
0cda8d4
Compare
This comment has been minimized.
This comment has been minimized.
0cda8d4 to
2d2577f
Compare
This comment has been minimized.
This comment has been minimized.
2d2577f to
b67632e
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
a940d65 to
435090a
Compare
Contributor
|
@bors r+ |
Contributor
Contributor
|
@bors r- |
Contributor
Contributor
Author
|
@bors try jobs=dist-i586-gnu-i586-i686-musl |
This comment has been minimized.
This comment has been minimized.
Contributor
Contributor
Author
|
@rustbot ready |
Contributor
|
@bors r+ |
Contributor
Contributor
|
⌛ Testing commit a03c9ab with merge 1b25151... Workflow: https://github.com/rust-lang/rust/actions/runs/22636390058 |
Contributor
Contributor
|
@bors cancel |
Contributor
|
Auto build cancelled. Cancelled workflows: The next pull request likely to be tested is #153355. |
Contributor
|
Got quite far this time tho! We're probably almost there |
Contributor
|
@bors r- |
Contributor
Contributor
Author
|
@bors try jobs=x86_64-mingw-2 |
This comment has been minimized.
This comment has been minimized.
Contributor
Contributor
Author
|
@rustbot ready |
Contributor
|
@bors r+ |
Contributor
Contributor
|
⌛ Testing commit 0436634 with merge 0d4eda9... Workflow: https://github.com/rust-lang/rust/actions/runs/22657329747 |
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.
View all comments
Fixes #44232
Fixes #151752
This PR records used features through query side effect, then reports unsued features finally.