We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d93d9 commit 065e1b8Copy full SHA for 065e1b8
src/libpanic_unwind/lib.rs
@@ -40,6 +40,7 @@ cfg_if::cfg_if! {
40
#[path = "miri.rs"]
41
mod imp;
42
// On MSVC we need the SEH lang items as well...
43
+ // This should match the conditions of the `seh.rs` import below.
44
#[cfg(all(target_env = "msvc", not(target_arch = "aarch64")))]
45
#[allow(unused)]
46
mod seh;
0 commit comments