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
Const objects are immutable or can be statically frozen, so this is a safe optimization for all safe code and correct unsafe code. However, there may objects violating the mutability rules with unsafe and requiring #[mutable].
The text was updated successfully, but these errors were encountered:
Const
objects are immutable or can be statically frozen, so this is a safe optimization for all safe code and correctunsafe
code. However, there may objects violating the mutability rules withunsafe
and requiring#[mutable]
.The text was updated successfully, but these errors were encountered: