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

-- 
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/362

Reply via email to