|
|
Subscribe / Log in / New account

A first look at Rust in the 6.1 kernel

A first look at Rust in the 6.1 kernel

Posted Oct 14, 2022 18:49 UTC (Fri) by NYKevin (subscriber, #129325)
In reply to: A first look at Rust in the 6.1 kernel by NYKevin
Parent article: A first look at Rust in the 6.1 kernel

> or else the borrow checker has not done its job correctly.

(Or, more prosaically, someone has violated the safety rules in an unsafe block or in native C code or something along those lines. "Unsafe" doesn't mean "I can do whatever I want," it means "the compiler isn't checking everything here, so I have to be careful.")


to post comments


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