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:
commit
b42e079c6f
@ -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};
|
||||
|
Loading…
Reference in New Issue
Block a user