Post #3914697
2026-07-18 16:23 UTC
Rust has no Undefined Behaviour.
That is simply not true. See here for a list of behavior that is considered undefined in Rust: doc.rust-lang.org/…/behavior-considered-undefined…
Replies (1)
-
@HaraldvonBlauzahn@feddit.org 2026-07-18 17:49
That is simply not true. Yeah that is correct. I was thinking in Safe Rust alone. Because I have so far never used Unsafe Rust.