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
#![feature(strict_provenance)] should be stabilized soon (rust-lang/rust#130350), and there are places where we can handle things better than provenance exposing as casts. One such place is #1134 (review), where a bool to ptr cast is always an invalid ptr, and so we know it's non-provenance preserving.
The text was updated successfully, but these errors were encountered:
#![feature(strict_provenance)]
should be stabilized soon (rust-lang/rust#130350), and there are places where we can handle things better than provenance exposingas
casts. One such place is #1134 (review), where abool
to ptr cast is always an invalid ptr, and so we know it's non-provenance preserving.The text was updated successfully, but these errors were encountered: