mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
auto merge of #16871 : retep998/rust/win64-fix, r=alexcrichton
It was in a x86_64 block so the buildbots didn't notice it. Fixes #16905
This commit is contained in:
@@ -397,7 +397,7 @@ pub extern "C" fn rust_eh_personality_catch(
|
||||
#[cfg(windows, target_arch = "x86_64", not(test))]
|
||||
#[doc(hidden)]
|
||||
#[allow(visible_private_types)]
|
||||
#[allow(non_camel_case_types)]
|
||||
#[allow(non_camel_case_types, non_snake_case)]
|
||||
pub mod eabi {
|
||||
use libunwind as uw;
|
||||
use libc::{c_void, c_int};
|
||||
|
||||
Reference in New Issue
Block a user