-
Notifications
You must be signed in to change notification settings - Fork 13.3k
find_linkage_metas is unused #14329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Comments
Should this be removed? Or it is still under discussion? |
AFAICT this code is dead. Sending a PR, maybe someone will tell me why it needs to stay. |
nathantypanski
added a commit
to nathantypanski/rust
that referenced
this issue
Jun 17, 2014
Blergh. Sorry for dirtying this bug report. It took me a while to go through the |
bors
added a commit
that referenced
this issue
Jun 17, 2014
Closes #14329 Recent-ish uses of `find_linkage_metas` from my `git grep` output are [here](https://gist.github.com/nathantypanski/b9d2d453718a22765f5c), for those interested who wish to tread through the history.
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Mar 20, 2025
I renamed the MSRV alias `MANUAL_DIV_CEIL` to `DIV_CEIL` in rust-lang#14263, as MSRV aliases should represent their capability rather than the lint name. However, it seems this change was mistakenly overwritten in rust-lang#14022. changelog: none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
From attr.rs in libsyntax, find_linkage_metas does not appear to have any callers in rustc. Seems like a good candidate for removal.
The text was updated successfully, but these errors were encountered: