-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Tracking issue for RFC 3722: Explicit ABIs in extern
#134986
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
Comments
I have started working on implementing the RFC, and I will probably address a PR in the next two weeks. |
Is this not already implemented as the |
Yes, it is already implemented as a lint. I assume this tracking issue is for making it a hard error in the next edition? |
Yeah, I just wanted @obeis and @traviscross to be aware that this functionality is already implemented. It would be nice to have a PR to set it to deny in the new edition and implements a migration, though that is also dependent on a PR that adds the new edition (2027). |
I already added a machine applicable suggestion to the lint, so the migration part is already done. The lint just needs to be added to the edition migration lint group at some point |
The tracking issue steps above are now updated with the relevant work. |
…iscross,nadrieril Add `explicit_extern_abis` Feature and Enforce Explicit ABIs The unstable `explicit_extern_abis` feature is introduced, requiring explicit ABIs in `extern` blocks. Hard errors will be enforced with this feature enabled in a future edition. RFC rust-lang/rfcs#3722 Update rust-lang#134986
This is a tracking issue for:
extern
rfcs#3722The feature gate for the issue is
#![feature(explicit_extern_abis)]
.About tracking issues
Tracking issues are used to record the overall progress of implementation. They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions. A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature. Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Steps
extern
rfcs#3722explicit_extern_abis
Feature and Enforce Explicit ABIs #135340Unresolved Questions
None.
Related
TODO.
Implementation history
TODO.
The text was updated successfully, but these errors were encountered: