-
-
Notifications
You must be signed in to change notification settings - Fork 116
Closed
Description
The crate does not seem to work well with miri at the moment for multiple reasons. One reason is that the crate uses the x86 / C implementations over the fallback implementation, which miri doesn't support. But even when cfg'ing out those implementations via cfg(miri), the fallback implementation uses a lot of bit math on pointers, which miri also doesn't like.
abonander and LunaBorowska
Metadata
Metadata
Assignees
Labels
No labels