You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@teaclave.apache.org by GitBox <gi...@apache.org> on 2022/03/15 07:37:13 UTC

[GitHub] [incubator-teaclave-sgx-sdk] YxpNUDT opened a new issue #375: PanicInfo in sgx_tstd

YxpNUDT opened a new issue #375:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/375


   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 ?


-- 
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-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] volcano0dr commented on issue #375: PanicInfo in sgx_tstd

Posted by GitBox <gi...@apache.org>.
volcano0dr commented on issue #375:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/375#issuecomment-1068056473


   The reason the compilation fails is that the version of rust you are using is incompatible with the version of rust required by sgx_tstd.
   sgx_tstd requires` rust-nightly-2021-11-01`


-- 
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-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] YxpNUDT commented on issue #375: PanicInfo in sgx_tstd

Posted by GitBox <gi...@apache.org>.
YxpNUDT commented on issue #375:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/375#issuecomment-1068060290


   @volcano0dr thank you very much and i have just solved this problem with your method


-- 
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-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org


[GitHub] [incubator-teaclave-sgx-sdk] dingelish closed issue #375: PanicInfo in sgx_tstd

Posted by GitBox <gi...@apache.org>.
dingelish closed issue #375:
URL: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/375


   


-- 
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-unsubscribe@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@teaclave.apache.org
For additional commands, e-mail: notifications-help@teaclave.apache.org