sgx_trts 1.0.4

Rust SGX SDK provides the ability to write Intel SGX applications in Rust Programming Language.
Build #120410 2018-10-10T14:08:36.901824+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading sgx_trts v1.0.4
Fresh sgx_types v1.0.4
Documenting sgx_trts v1.0.4
Running `rustdoc --crate-name sgx_trts .cargo/registry/src/github.com-1ecc6299db9ec823/sgx_trts-1.0.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg 'feature="default"' -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern sgx_types=/home/cratesfyi/cratesfyi/debug/deps/libsgx_types-651513f8f207f632.rlib --extern-version sgx_types=sgx_types,1.0.4`
error[E0432]: unresolved import `alloc::sync`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/sgx_trts-1.0.4/src/c_str.rs:55:12
|
55 | use alloc::sync::Arc;
|            ^^^^ Could not find `sync` in `alloc`

error: Compilation failed, aborting rustdoc

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `sgx_trts`.,
cause: process didn't exit successfully: `rustdoc --crate-name sgx_trts .cargo/registry/src/github.com-1ecc6299db9ec823/sgx_trts-1.0.4/src/lib.rs -o /home/cratesfyi/cratesfyi/doc --cfg feature="default" -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern sgx_types=/home/cratesfyi/cratesfyi/debug/deps/libsgx_types-651513f8f207f632.rlib --extern-version sgx_types=sgx_types,1.0.4` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.