]> git.proxmox.com Git - rustc.git/blobdiff - library/unwind/src/lib.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / library / unwind / src / lib.rs
index d145c6767ec267d5f3a04d9cc0127d07060d4f74..be5e56c71e36f1fee0c97c09313eeee3e0e124ae 100644 (file)
@@ -15,7 +15,7 @@ cfg_if::cfg_if! {
         target_os = "none",
     ))] {
         // These "unix" family members do not have unwinder.
-        // Note this also matches x86_64-linux-kernel.
+        // Note this also matches x86_64-unknown-none-linuxkernel.
     } else if #[cfg(any(
         unix,
         windows,