error[E0061]: this function takes 3 arguments but 2 arguments were supplied
--> /root/sgx/sgx_tstd/src/panicking.rs:552:20
|
552 | let mut info = PanicInfo::internal_constructor(message, location);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ------- --------
supplied 2 arguments
| |
| expected 3 arguments
when i port a rust crate into rust sgx, why there is something with the
sgx_tstd ?
--
Reply to this email directly or view it on GitHub:
https://github.com/apache/incubator-teaclave-sgx-sdk/issues/375
You are receiving this because you are subscribed to this thread.
Message ID: <apache/incubator-teaclave-sgx-sdk/issues/[email protected]>