rust/tests/ui/cmse-nonsecure/cmse-nonsecure-call
Jacob Pratt 36d37966df
Rollup merge of #136948 - workingjubilee:split-off-extern-system-varargs, r=compiler-errors
Split out the `extern_system_varargs` feature

After the stabilization PR was opened, `extern "system"` functions were added to `extended_varargs_abi_support`. This has a number of questions regarding it that were not discussed and were somewhat surprising. It deserves to be considered as its own feature, separate from `extended_varargs_abi_support`.

Tracking issue:
- https://github.com/rust-lang/rust/issues/136946
2025-02-13 03:53:32 -05:00
..
callback-as-argument.rs add test that accepts a `C-cmse-nonsecure-call` function pointer 2024-09-21 13:05:23 +02:00
gate_test.rs Check ABI target compatibility for function pointers 2024-09-23 14:04:22 +02:00
gate_test.stderr tests: error strings for ABI stability now match 2025-02-09 20:45:47 -08:00
generics.rs Split out the `extern_system_varargs` feature 2025-02-12 19:57:45 -08:00
generics.stderr Split out the `extern_system_varargs` feature 2025-02-12 19:57:45 -08:00
params-via-stack.rs improve error reporting 2024-07-18 14:32:10 +02:00
params-via-stack.stderr improve error reporting 2024-07-18 14:32:10 +02:00
return-via-stack.rs Use core stubs in some CMSE tests 2025-02-13 03:43:47 +00:00
return-via-stack.stderr improve error reporting 2024-07-18 14:32:10 +02:00
via-registers.rs move CMSE validation to hir_analysis 2024-07-18 12:42:40 +02:00
wrong-abi-location-1.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
wrong-abi-location-1.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00
wrong-abi-location-2.rs [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives 2024-02-16 20:02:50 +00:00
wrong-abi-location-2.stderr Show number in error message even for one error 2023-11-24 19:15:52 +01:00