You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling libhermit-rs currently fails with a segmentation fault. This behaviour was introduced with the nightly-2020-08-24. This is likely to be related to the following issue: rust-lang/rust#75922.
The comments there suggest that we will have to make changes on our end to the #[naked] functions.