Auto merge of #87581 - Amanieu:asm_clobber_abi, r=nagisa
Add support for clobber_abi to asm! This PR adds the `clobber_abi` feature that was proposed in #81092. Fixes #81092 cc `@rust-lang/wg-inline-asm` r? `@nagisa`
This commit is contained in:
commit
85109e257a
15 changed files with 668 additions and 87 deletions
|
@ -378,6 +378,7 @@ symbols! {
|
|||
char,
|
||||
client,
|
||||
clippy,
|
||||
clobber_abi,
|
||||
clone,
|
||||
clone_closures,
|
||||
clone_from,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue