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
Code including memmap is only compiled when building with --cfg fuzzing_debug and until now, this crate was accordingly also only included when building with this flag.
It seems that this dependency is not understood anymore on the latest nightly.
I guess very few people/crates will be affected by this change/regression. For the record, I just want to state that I really don't care if it is decided that this functionality is not supported anymore.