Description
Rust code can be executed with extra runtime checking to catch undefined-behavior-adjacent bugs earlier. It is useful for developers who want stronger validation while testing unsafe or low-level code.
This is testing tooling, not a production runner. It can be slower than normal execution, and findings should be investigated with focused tests and code review.