rust/tests/ui/cmse-nonsecure/cmse-nonsecure-call
Tamme Dittrich 47293c1234 Check ABI target compatibility for function pointers
This check was previously only performed on functions not function pointers.

Co-authored-by: Folkert <folkert@folkertdev.nl>
2024-09-23 14:04:22 +02: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 Check ABI target compatibility for function pointers 2024-09-23 14:04:22 +02:00
generics.rs fix ICE in CMSE type validation 2024-09-07 10:53:59 +02:00
generics.stderr fix ICE in CMSE type validation 2024-09-07 10:53:59 +02: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 move CMSE validation to hir_analysis 2024-07-18 12:42:40 +02: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
wrong-abi-location-1.stderr
wrong-abi-location-2.rs
wrong-abi-location-2.stderr