diff options
| author | Ralf Jung <post@ralfj.de> | 2019-11-15 15:57:01 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-11-15 15:57:01 +0100 |
| commit | 065e1b8d8a68efeaaa4eb603e66fc937ae12b1b0 (patch) | |
| tree | 2f2ba93d31edf70d1c7e11e7e6fecf3ee9725a9c /src | |
| parent | b6d93d9167ea4b8d28d27429a0c14e8dc0060d86 (diff) | |
more comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/libpanic_unwind/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libpanic_unwind/lib.rs b/src/libpanic_unwind/lib.rs index c69399a87d9..5f345c2133f 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; |
