TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Rust intends to force unsafe blocks in unsafe functions
2 点
作者
Subsentient
超过 2 年前
1 comment
Subsentient
超过 2 年前
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.