Skip to content

Commit 5d0ce4c

Browse files
committed
Note that std support is WIP
1 parent 1ed9ee7 commit 5d0ce4c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/doc/rustc/src/platform-support/trusty.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,10 @@ Environment (TEE) for Android.
1313

1414
## Requirements
1515

16-
This target is cross-compiled. It has no special requirements for the host.
16+
These targets are cross-compiled. They have no special requirements for the host.
1717

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.
18+
Support for the standard library is work-in-progress. It is expected that
19+
they will support alloc with the default allocator, and partially support std.
2220

2321
Trusty uses the ELF file format.
2422

0 commit comments

Comments
 (0)