Add explicit_extern_abis Feature and Enforce Explicit ABIs#135340
Add explicit_extern_abis Feature and Enforce Explicit ABIs#135340bors merged 3 commits intorust-lang:masterfrom
explicit_extern_abis Feature and Enforce Explicit ABIs#135340Conversation
|
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 |
38ec00f to
1159903
Compare
also add `explicit-extern-abis` feature section to the unstable book.
1159903 to
1a01c06
Compare
|
I second @traviscross's review comments, and r=me once they are addressed. |
1a01c06 to
7c51363
Compare
7c51363 to
d17c04e
Compare
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
|
@bors r=nadrieril rollup |
This comment was marked as duplicate.
This comment was marked as duplicate.
|
@obeis: 🔑 Insufficient privileges: not in try users |
|
@bors r=traviscross,nadrieril rollup |
The unstable
explicit_extern_abisfeature is introduced, requiring explicit ABIs inexternblocks. Hard errors will be enforced with this feature enabled in a future edition.RFC rust-lang/rfcs#3722
Update #134986