We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ed9ee7 commit 5d0ce4cCopy full SHA for 5d0ce4c
src/doc/rustc/src/platform-support/trusty.md
@@ -13,12 +13,10 @@ Environment (TEE) for Android.
13
14
## Requirements
15
16
-This target is cross-compiled. It has no special requirements for the host.
+These targets are cross-compiled. They have no special requirements for the host.
17
18
-It fully supports alloc with the default allocator, and partially supports std.
19
-Notably, most I/O functionality is not supported, e.g. filesystem support and
20
-networking support are not present and any APIs that rely on them will panic at
21
-runtime.
+Support for the standard library is work-in-progress. It is expected that
+they will support alloc with the default allocator, and partially support std.
22
23
Trusty uses the ELF file format.
24
0 commit comments