File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ This is currently hidden behind the `abi_vectorcall` gate and is subject to chan
539
539
* ` system `
540
540
* ` C `
541
541
* ` win64 `
542
- * ` sysV64 `
542
+ * ` sysv64 `
543
543
544
544
Most of the abis in this list are self-explanatory, but the ` system ` abi may
545
545
seem a little odd. This constraint selects whatever the appropriate ABI is for
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ const AbiDatas: &'static [AbiData] = &[
87
87
AbiData { abi : Abi :: Vectorcall , name : "vectorcall" } ,
88
88
AbiData { abi : Abi :: Aapcs , name : "aapcs" } ,
89
89
AbiData { abi : Abi :: Win64 , name : "win64" } ,
90
- AbiData { abi : Abi :: SysV64 , name : "sysV64 " } ,
90
+ AbiData { abi : Abi :: SysV64 , name : "sysv64 " } ,
91
91
92
92
// Cross-platform ABIs
93
93
//
You can’t perform that action at this time.
0 commit comments