-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Add explicit_extern_abis
Feature and Enforce Explicit ABIs
#135340
base: master
Are you sure you want to change the base?
Conversation
r? @wesleywiser rustbot has assigned @wesleywiser. Use |
Some changes occurred in src/tools/rustfmt cc @rust-lang/rustfmt |
This comment has been minimized.
This comment has been minimized.
938c721
to
b327d2d
Compare
This comment has been minimized.
This comment has been minimized.
I do not think we will accept the edition changes being folded into this PR, @obeis |
b327d2d
to
e25d0af
Compare
e25d0af
to
20f28b1
Compare
This comment has been minimized.
This comment has been minimized.
fe8b62b
to
bc8ed0e
Compare
This comment has been minimized.
This comment has been minimized.
bc8ed0e
to
e1db710
Compare
This PR modifies cc @jieyouxu |
df735f8
to
15be183
Compare
e3867bd
to
42277b4
Compare
@rustbot ready |
src/doc/unstable-book/src/language-features/explicit-extern-abis.md
Outdated
Show resolved
Hide resolved
also add `explicit-extern-abis` feature section to the unstable book.
42277b4
to
90a1e49
Compare
90a1e49
to
d8ddeb1
Compare
d8ddeb1
to
008c19c
Compare
The unstable
explicit_extern_abis
feature is introduced, requiring explicit ABIs inextern
blocks. Hard errors will be enforced with this feature enabled in a future edition.RFC rust-lang/rfcs#3722
Update #134986