We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9792f29 commit 180ed85Copy full SHA for 180ed85
compiler/rustc_abi/src/map.rs
@@ -16,9 +16,9 @@ pub struct AbiMap {
16
pub rust_cold: CanonAbi,
17
18
// optional architecture-specific ABIs, should always answer a certain way per-arch
19
- pub efiapi: Option<CanonAbi>,
20
- pub win64: Option<CanonAbi>,
21
- pub sysv64: Option<CanonAbi>,
+ efiapi: Option<CanonAbi>,
+ win64: Option<CanonAbi>,
+ sysv64: Option<CanonAbi>,
22
23
// optional abstract ABIs, these can be very weird
24
pub stdcall: Option<CanonAbi>,
0 commit comments