stop running code samples in the error code .md

This commit is contained in:
Folkert 2024-07-16 21:26:21 +02:00
parent 1a7960603f
commit 09b620d179
No known key found for this signature in database
GPG Key ID: 1F17F6FFD112B97C

View File

@ -11,7 +11,7 @@ see [arm's aapcs32](https://github.com/ARM-software/abi-aa/releases).
Erroneous code example:
```compile_fail,E0798
```ignore (only fails on supported targets)
#![feature(abi_c_cmse_nonsecure_call)]
#[no_mangle]
@ -26,7 +26,7 @@ Arguments' alignment is respected. In the example below, padding is inserted
so that the `u64` argument is passed in registers r2 and r3. There is then no
room left for the final `f32` argument
```compile_fail,E0798
```ignore (only fails on supported targets)
#![feature(abi_c_cmse_nonsecure_call)]
#[no_mangle]