Closed
Description
[INFO] [stdout] error[E0277]: the type `(dyn Any + 'static)` may contain interior mutability and a reference may not be safely transferrable across a catch_unwind boundary
[INFO] [stdout] --> src/main.rs:13:1
[INFO] [stdout] |
[INFO] [stdout] 13 | / lucet_hostcalls! {
[INFO] [stdout] 14 | | #[no_mangle]
[INFO] [stdout] 15 | | pub unsafe extern "C" fn two(&mut _vmctx,) -> *mut AssertUnwindSafe<Box<dyn Future<Output = u64>>> {
[INFO] [stdout] 16 | | async fn body() -> u64 {