Idea / Pre-RFC: Null-free pointer and Zeroable reference
Rust Internals [Unofficial]
March 12, 2026
Even the quoted MISRA-C rule doesn't forbid helper functions containing/written in assembly. It just forbids mixing it with application code.
MISRA-C:2023 Dir 4.3 : Assembly language shall be encapsulated and isolated - inline assembly interleaved with application logic is a direct violation.
Discussion in the ATmosphere