Closed programmerjake closed 11 months ago
afaict nothing uses load
or store
with totally unaligned pointers, so this change is safe.
tests failing because exposed_provenance
was apparently split out of the strict_provenance
feature gate.
tests failing because
exposed_provenance
was apparently split out of thestrict_provenance
feature gate.
Yes, that was https://github.com/rust-lang/rust/pull/118487.
Fixes: #382