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
https://crates.io/crates/fake-static is created as a demonstration of a soundness bug in rustc that lets you invoke undefined behavior in safe code. The entire point of the code is to obtain use-after-free without writing unsafe. No production code should ever depend on this.
The text was updated successfully, but these errors were encountered:
https://crates.io/crates/fake-static is created as a demonstration of a soundness bug in rustc that lets you invoke undefined behavior in safe code. The entire point of the code is to obtain use-after-free without writing
unsafe
. No production code should ever depend on this.The text was updated successfully, but these errors were encountered: