]> git.proxmox.com Git - rustc.git/blobdiff - library/std/src/sys/unix/args.rs
New upstream version 1.63.0+dfsg1
[rustc.git] / library / std / src / sys / unix / args.rs
index ee5e3983ac26ae4bc53377aa071cbc9cd70d30de..79964e2b2385fd24a732b551786682981846c4fe 100644 (file)
@@ -68,7 +68,8 @@ impl DoubleEndedIterator for Args {
     target_os = "l4re",
     target_os = "fuchsia",
     target_os = "redox",
-    target_os = "vxworks"
+    target_os = "vxworks",
+    target_os = "horizon"
 ))]
 mod imp {
     use super::Args;