Open
Description
When I use this crate within a sgx enclave (https://github.com/baidu/rust-sgx-sdk)
I get:
error: duplicate lang item in crate `std`: `f32_runtime`.
|
= note: first defined in crate `sgx_tstd`.
error: duplicate lang item in crate `std`: `f64_runtime`.
|
= note: first defined in crate `sgx_tstd`.
error: duplicate lang item in crate `std`: `panic_impl`.
|
= note: first defined in crate `sgx_tstd`.
error: duplicate lang item in crate `std`: `oom`.
|
= note: first defined in crate `sgx_trts`.
Cargo.toml:
...
blake2-rfc = { version = "0.2.18", default-features = false}
...
Metadata
Metadata
Assignees
Labels
No labels