diff options
| author | Folkert <folkert@folkertdev.nl> | 2024-07-16 21:26:21 +0200 |
|---|---|---|
| committer | Folkert <folkert@folkertdev.nl> | 2024-07-16 21:28:09 +0200 |
| commit | 09b620d179713cceb343dc172d7e5633bfd7a824 (patch) | |
| tree | a17fb36bbf03d0f9f5f3d1cb2c740643e9c79a89 /compiler/rustc_error_codes/src | |
| parent | 1a7960603f60239a5b91c27b3d63e2b87eb09512 (diff) | |
| download | rust-09b620d179713cceb343dc172d7e5633bfd7a824.tar.gz rust-09b620d179713cceb343dc172d7e5633bfd7a824.zip | |
stop running code samples in the error code .md
Diffstat (limited to 'compiler/rustc_error_codes/src')
| -rw-r--r-- | compiler/rustc_error_codes/src/error_codes/E0798.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_error_codes/src/error_codes/E0798.md b/compiler/rustc_error_codes/src/error_codes/E0798.md index 012c13b96ed..89e6f4d5718 100644 --- a/compiler/rustc_error_codes/src/error_codes/E0798.md +++ b/compiler/rustc_error_codes/src/error_codes/E0798.md @@ -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] |
