- rust sgx sdk v1.1.2 supports rust nightly-2020-04-07.
- rust sgx sdk on longer supported rust-stable after v1.0.8.
- Add feature(rustc_private) to your enclave::lib.rs.
#![cfg_attr(all(target_env = "sgx", target_vendor = "mesalock"), 
feature(rustc_private))]

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/231#issuecomment-621591400

Reply via email to