Re: [RFC PATCH 1/5] doc: rust: create safety standard

From: Dirk Behme
Date: Sat Jul 20 2024 - 03:45:35 EST


Hi Benno,

Am 18.07.24 um 00:12 schrieb Benno Lossin:
...
+to undefined behavior even in safe code! The term undefined behavior in Rust has a lot stricter
+meaning than in C or C++: UB in Rust is totally forbidden. In C one might rely on the compiler

Just a minor formal thing: An abbreviation should be introduced (in brackets) before using it the first time. So I would propose:

"... undefined behavior (UB) ..."

Dirk