diff options
| author | Tropical <42101043+Tropix126@users.noreply.github.com> | 2025-09-24 12:10:15 -0500 |
|---|---|---|
| committer | Tropical <42101043+Tropix126@users.noreply.github.com> | 2025-09-24 12:10:15 -0500 |
| commit | b2634e31c435aeff149c5660f9329a0578ad1e72 (patch) | |
| tree | b94e9505c4100a618cc00cda79b721c29f8ec4a1 /library/std/src/env.rs | |
| parent | dd7fda570040e8a736f7d8bc28ddd1b444aabc82 (diff) | |
| download | rust-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.rs | 2 |
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"` |
