Rust intends to force unsafe blocks in unsafe functions

by Subsentienton 1/7/2023, 12:40 PMwith 1 comments

by Subsentienton 1/7/2023, 12:40 PM

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.