Closed Ma27 closed 4 years ago
did you notice the difference in:
+ Result<(core::ptr::NonNull<u8>, usize), _>
- Result<core::ptr::NonNull<u8>, _>
?
Oof I really hope that the issue wasn't just a trivial signature mismatch :sweat_smile:
Will check tomorrow :)
When I try to build
ratatosk
usingcargo make all
withnightly-2020-03-19
, it breaks with the following error while buildingrask-wasm-logic
:This is preventing me from updating our default rust channel (and making it possible to use
MIRI
btw).(And no, removing the
unsafe
-keyword from thefn
-definitions does not fix the issue, with that being done, the browser isn't able to allocate memory anymore).cc @NatrixAeria am I missing some (more or less obvious) details here? (no rush though, will investigate tomorrow, just wondered if you have an idea where this comes from :))