Hacker News new | ask | show | jobs
by p4lindromica 1754 days ago
The compiler does have a lint to force being explicit about unsafe in the way you describe. It is an allow by default lint called `unsafe_op_in_unsafe_fn`.