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
In "What Unsafe Can Do", the fourth bullet point on the first list is "Mutate statics." What it should say is "Access or modify mutable statics", same as "Rust By Example"'s list: the compiler does not allow you to read a mutable static without an unsafe block.
The text was updated successfully, but these errors were encountered:
In "What Unsafe Can Do", the fourth bullet point on the first list is "Mutate statics." What it should say is "Access or modify mutable statics", same as "Rust By Example"'s list: the compiler does not allow you to read a mutable static without an unsafe block.
The text was updated successfully, but these errors were encountered: