Does "ill-formed, no diagnostic required" exist in Rust?

1 · Users Rust Lang · April 19, 2026, 11:23 a.m.
Summary
The post questions whether Rust has a concept similar to C++'s 'ill-formed, no diagnostic required', which indicates undefined behavior from the start of execution. It compares programming languages and seeks insights into Rust's handling of such errors.