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 2021/10/18 11:58:20 UTC

[GitHub] [incubator-teaclave-sgx-sdk] EmisonLu opened a new issue #362: `#![feature]` may not be used on the stable release channel

EmisonLu opened a new issue #362:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/362


   When I use `make` to compile `samplecode/hello-rust`, the following error appears:
   
   =====================================================================
   error[E0554]: `#![feature]` may not be used on the stable release channel
     --> /home/emison/incubator-teaclave-sgx-sdk/sgx_urts/src/lib.rs:18:1
      |
   18 | #![feature(linkage)]
      | ^^^^^^^^^^^^^^^^^^^^
   
   error: aborting due to previous error
   =====================================================================
   
   I confirm that the version of `rustc` used is `nightly-2020-10-25-x86_64-unknown-linux-gnu`.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

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


[GitHub] [incubator-teaclave-sgx-sdk] EmisonLu closed issue #362: `#![feature]` may not be used on the stable release channel

Posted by GitBox <gi...@apache.org>.
EmisonLu closed issue #362:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/362


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org

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