blob: 3ade9891e48a5cdd5bb921cd9c1ecfac2c208a53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0781]: the `"C-cmse-nonsecure-call"` ABI is only allowed on function pointers
--> $DIR/wrong-abi-location-2.rs:8:1
|
LL | / extern "C-cmse-nonsecure-call" {
LL | | fn test();
LL | | }
| |_^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0781`.
|