Skip to content

Commit fbb44db

Browse files
committed
Fix win64 regression introduced by rust-lang#15773
Signed-off-by: Peter Atashian <[email protected]>
1 parent 27e8d5b commit fbb44db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustrt/unwind.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ pub mod eabi {
397397
#[cfg(windows, target_arch = "x86_64", not(test))]
398398
#[doc(hidden)]
399399
#[allow(visible_private_types)]
400-
#[allow(non_camel_case_types)]
400+
#[allow(non_camel_case_types, non_snake_case)]
401401
pub mod eabi {
402402
use libunwind as uw;
403403
use libc::{c_void, c_int};

0 commit comments

Comments
 (0)