We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a79606 commit 09b620dCopy full SHA for 09b620d
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).
11
12
Erroneous code example:
13
14
-```compile_fail,E0798
+```ignore (only fails on supported targets)
15
#![feature(abi_c_cmse_nonsecure_call)]
16
17
#[no_mangle]
@@ -26,7 +26,7 @@ Arguments' alignment is respected. In the example below, padding is inserted
26
so that the `u64` argument is passed in registers r2 and r3. There is then no
27
room left for the final `f32` argument
28
29
30
31
32
0 commit comments