We're facing the same issue when upgrading to `nightly-2022-02-02`:
```zsh
error[E0432]: unresolved import `core::prelude::v1::llvm_asm`
-->
/home/.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/08264d6/sgx_tstd/src/prelude/v1.rs:49:64
|
49 | format_args_nl, include, include_bytes, include_str, line, llvm_asm,
log_syntax, module_path,
| ^^^^^^^^ no
`llvm_asm` in `prelude::v1`
error[E0432]: unresolved import `core::time::FromSecsError`
-->
/home/.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/08264d6/sgx_tstd/src/time.rs:61:9
|
61 | pub use core::time::FromSecsError;
| ^^^^^^^^^^^^^^^^^^^^^^^^^ no `FromSecsError` in `time`
error[E0432]: unresolved import `core::llvm_asm`
-->
/home/.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/08264d6/sgx_tstd/src/lib.rs:298:88
|
298 | env, file, format_args, format_args_nl, include, include_bytes,
include_str, line, llvm_asm,
|
^^^^^^^^ no `llvm_asm` in the root
error[E0412]: cannot find type `FromSecsError` in module `core::time`
-->
/home/.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/08264d6/sgx_tstd/src/error.rs:573:28
|
573 | impl Error for core::time::FromSecsError {}
| ^^^^^^^^^^^^^ not found in `core::time`
error[E0061]: this function takes 3 arguments but 2 arguments were supplied
-->
/home/.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/08264d6/sgx_tstd/src/panicking.rs:546:29
|
546 | let panicinfo = PanicInfo::internal_constructor(message,
location);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -------
-------- supplied 2 arguments
| |
| expected 3 arguments
|
note: associated function defined here
-->
/home/.rustup/toolchains/nightly-2022-02-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/panic_info.rs:45:12
|
45 | pub fn internal_constructor(
| ^^^^^^^^^^^^^^^^^^^^
error[E0061]: this function takes 3 arguments but 2 arguments were supplied
-->
/home/.cargo/git/checkouts/incubator-teaclave-sgx-sdk-f208006cdf70a903/08264d6/sgx_tstd/src/panicking.rs:552:20
|
552 | let mut info = PanicInfo::internal_constructor(message, location);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ------- --------
supplied 2 arguments
| |
| expected 3 arguments
|
note: associated function defined here
-->
/home/.rustup/toolchains/nightly-2022-02-02-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/panic/panic_info.rs:45:12
|
45 | pub fn internal_constructor(
| ^^^^^^^^^^^^^^^^^^^^
```
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/386#issuecomment-1134284076
You are receiving this because you are subscribed to this thread.
Message ID: <apache/incubator-teaclave-sgx-sdk/issues/386/[email protected]>