Skip to content

Commit b9a9b33

Browse files
Rollup merge of rust-lang#149955 - elijah629:patch-1, r=Noratrieb
Fix typo in armv7a-vex-v5 documentation Fixed a typo in the platform support documentation for the `armv7a-vex-v5` target.
2 parents 0d0cefa + d484f93 commit b9a9b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustc/src/platform-support/armv7a-vex-v5.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This target is cross-compiled. Dynamic linking is unsupported.
2121

2222
`#![no_std]` crates can be built using `build-std` to build `core` and `panic_abort` and optionally `alloc`. Unwinding panics are not yet supported on this target.
2323

24-
`std` has only partial support due platform limitations. Notably:
24+
`std` has only partial support due to platform limitations. Notably:
2525
- `std::process` and `std::net` are unimplemented. `std::thread` only supports sleeping and yielding, as this is a single-threaded environment.
2626
- `std::time` has full support for `Instant`, but no support for `SystemTime`.
2727
- `std::io` has full support for `stdin`/`stdout`/`stderr`. `stdout` and `stderr` both write to to USB channel 1 on this platform and are not differentiated.

0 commit comments

Comments
 (0)