Re: [PATCH net-next v4 1/4] rust: core abstractions for network PHY drivers
From: Miguel Ojeda <hidden>
Date: 2023-10-17 15:17:57
Also in:
rust-for-linux
From: Miguel Ojeda <hidden>
Date: 2023-10-17 15:17:57
Also in:
rust-for-linux
On Tue, Oct 17, 2023 at 4:32 PM Benno Lossin [off-list ref] wrote:
This is not allowed in Rust, it is UB and will lead to bad things.
Yeah, and to be clear, data races are also UB in C. Cheers, Miguel