Stack trace:

```
error[E0432]: unresolved import `core::alloc::AllocRef`
  --> 
/root/.cargo/git/checkouts/teaclave-sgx-sdk-be25c2ad2f03718d/7f38d08/sgx_alloc/src/system.rs:25:32
   |
25 | use core::alloc::{GlobalAlloc, AllocRef, AllocErr, Layout};
   |                                ^^^^^^^^ no `AllocRef` in `alloc`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.
error: could not compile `sgx_alloc`.
warning: build failed, waiting for other jobs to finish..
```

Problem appeared recently to a codebase that I've been working on. 

The same problem happen for `samplecode/sealeddate` that has `sgx_alloc` as a 
dependency. ```sgx_alloc = { path = "../../../sgx_alloc" }```

My code was working a few days ago. Perhaps something recently broke this? 



-- 
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/212

Reply via email to