diff --git a/src/libpanic_unwind/lib.rs b/src/libpanic_unwind/lib.rs index c69399a87d969..5f345c2133f6b 100644 --- a/src/libpanic_unwind/lib.rs +++ b/src/libpanic_unwind/lib.rs @@ -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;