Why nightly rust is needed? Using nightly rust has several major disadvantages:
* Need to be constantly updated to keep sync with upstream. Currently pinned nightly version (1.49.0 nightly-2020-10-25) is already lagged behind the current stable rust (1.49.0 2020-12-29). * Nightly rust is of course not stable and may be error prone. Can stable rust be supported, specially if the enclave code is written in `no_std`? -- 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/315
