Rust intends to force unsafe blocks in unsafe functions
1–2 of 2 posts
Re: Rust intends to force unsafe blocks in unsafe functions
#2Rust 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.