Skip to content

Commit 6fd0253

Browse files
committed
Compile on msvc.
1 parent f94fff8 commit 6fd0253

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/libstd/rt/unwind/seh64_gnu.rs

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ use self::EXCEPTION_DISPOSITION::*;
2121
use rt::dwarf::eh;
2222
use core::mem;
2323
use core::ptr;
24-
use simd;
2524
use libc::{c_void, c_ulonglong, DWORD, LPVOID};
2625
type ULONG_PTR = c_ulonglong;
2726

src/libstd/sys/windows/backtrace.rs

+2
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,8 @@ mod arch {
194194

195195
#[cfg(target_arch = "x86_64")]
196196
mod arch {
197+
#![allow(deprecated)]
198+
197199
use libc::{c_longlong, c_ulonglong};
198200
use libc::types::os::arch::extra::{WORD, DWORD, DWORDLONG};
199201
use simd;

0 commit comments

Comments
 (0)