Hacker News new | ask | show | jobs
Rust intends to force unsafe blocks in unsafe functions (github.com)
2 points by Subsentient 1263 days ago
1 comments

Rust apparently wants to reverse its warning logic and instead of banning unsafe{} inside unsafe fn(), they want to require it and make it a hard error.