Skip to content

Commit 0061b36

Browse files
committed
Fix win64 regression introduced by rust-lang#15773
Signed-off-by: Peter Atashian <[email protected]>
1 parent 5419b2c commit 0061b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustrt/unwind.rs

+1-1
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)