]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/sys/unix/stack_overflow.rs
Remove the x86_64-rumprun-netbsd target
[rust.git] / library / std / src / sys / unix / stack_overflow.rs
index d84742053524eb95950a1727b60dcf94b9c79c23..d7bba50c76ab831cf30a2d162c239b0d9c31c567 100644 (file)
@@ -34,7 +34,7 @@ fn drop(&mut self) {
     target_os = "freebsd",
     target_os = "solaris",
     target_os = "illumos",
-    all(target_os = "netbsd", not(target_vendor = "rumprun")),
+    target_os = "netbsd",
     target_os = "openbsd"
 ))]
 mod imp {
@@ -218,7 +218,7 @@ pub unsafe fn drop_handler(handler: &mut Handler) {
     target_os = "freebsd",
     target_os = "solaris",
     target_os = "illumos",
-    all(target_os = "netbsd", not(target_vendor = "rumprun")),
+    target_os = "netbsd",
     target_os = "openbsd",
 )))]
 mod imp {