about summary refs log tree commit diff
path: root/library/std/src/env.rs
diff options
context:
space:
mode:
authorTropical <42101043+Tropix126@users.noreply.github.com>2025-09-24 12:10:15 -0500
committerTropical <42101043+Tropix126@users.noreply.github.com>2025-09-24 12:10:15 -0500
commitb2634e31c435aeff149c5660f9329a0578ad1e72 (patch)
treeb94e9505c4100a618cc00cda79b721c29f8ec4a1 /library/std/src/env.rs
parentdd7fda570040e8a736f7d8bc28ddd1b444aabc82 (diff)
downloadrust-b2634e31c435aeff149c5660f9329a0578ad1e72.tar.gz
rust-b2634e31c435aeff149c5660f9329a0578ad1e72.zip
std: add support for armv7a-vex-v5 target
Co-authored-by: Lewis McClelland <lewis@lewismcclelland.me>
Diffstat (limited to 'library/std/src/env.rs')
-rw-r--r--library/std/src/env.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/std/src/env.rs b/library/std/src/env.rs
index e457cd61c75..6d716bd8544 100644
--- a/library/std/src/env.rs
+++ b/library/std/src/env.rs
@@ -1098,6 +1098,7 @@ pub mod consts {
     /// * `"redox"`
     /// * `"solaris"`
     /// * `"solid_asp3`
+    /// * `"vexos"`
     /// * `"vita"`
     /// * `"vxworks"`
     /// * `"xous"`
@@ -1148,6 +1149,7 @@ pub mod consts {
     ///
     /// <details><summary>Full list of possible values</summary>
     ///
+    /// * `"bin"`
     /// * `"exe"`
     /// * `"efi"`
     /// * `"js"`