nomicon icon indicating copy to clipboard operation
nomicon copied to clipboard

Imprecision in "What Unsafe Rust Can Do"

Open alimf17 opened this issue 2 years ago • 0 comments

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.

alimf17 avatar Dec 15 '23 17:12 alimf17