Skip to content

Commit b42e079

Browse files
committed
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
2 parents 12b438c + 0061b36 commit b42e079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)