summaryrefslogtreecommitdiffstats
path: root/src/test/ui/cmse-nonsecure/cmse-nonsecure-call/wrong-abi-location-1.stderr
blob: 08b763b260822e3e970a3ce274f55fa362fb5950 (plain)
1
2
3
4
5
6
7
8
9
error[E0781]: the `"C-cmse-nonsecure-call"` ABI is only allowed on function pointers
  --> $DIR/wrong-abi-location-1.rs:8:1
   |
LL | pub extern "C-cmse-nonsecure-call" fn test() {}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0781`.