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-unsubscr...@teaclave.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@teaclave.apache.org For additional commands, e-mail: notifications-h...@teaclave.apache.org