File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
src/doc/rustc/src/platform-support Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,10 @@ Environment (TEE) for Android.
13
13
14
14
## Requirements
15
15
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.
17
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.
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.
22
20
23
21
Trusty uses the ELF file format.
24
22
You can’t perform that action at this time.
0 commit comments