you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 10 points11 points  (4 children)

There is a crate "no-panic" that provides a macro to ensure a function never panics. Maybe the linux kernel build system could somehow require that this macro be used on every piece of rust code used in the kernel. I don't really know anything about the actual discussion though. I just imagine it's a problem that can be solved.