|
|
Log in / Subscribe / Register

Fixing developers instead of the tools?

Fixing developers instead of the tools?

Posted Sep 26, 2021 13:53 UTC (Sun) by droundy (guest, #4559)
In reply to: Fixing developers instead of the tools? by khim
Parent article: More Rust concepts for the kernel

Yes, and that is why unsafe is so hard, because you have not only to write code that has no undefined behavior, but also to write an interface that prevents any user with any mistakes from possibly causing undefined behavior, even if they do things that you document shouldn't be done.


to post comments


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds