You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2020/04/30 03:29:26 UTC

[GitHub] [incubator-teaclave-sgx-sdk] volcano0dr commented on issue #231: rustc_private error when compiling crates.io dependencies with Xargo configuration

volcano0dr commented on issue #231:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/231#issuecomment-621591400


   - 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))]


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org