1
Fork 0

more comment

This commit is contained in:
Ralf Jung 2019-11-15 15:57:01 +01:00
parent b6d93d9167
commit 065e1b8d8a

View file

@ -40,6 +40,7 @@ cfg_if::cfg_if! {
#[path = "miri.rs"]
mod imp;
// On MSVC we need the SEH lang items as well...
// This should match the conditions of the `seh.rs` import below.
#[cfg(all(target_env = "msvc", not(target_arch = "aarch64")))]
#[allow(unused)]
mod seh;