TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Rust intends to force unsafe blocks in unsafe functions
2 points
by
Subsentient
over 2 years ago
1 comment
Subsentient
over 2 years ago
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.