rust/src/test/ui/cmse-nonsecure/cmse-nonsecure-entry/wrong-abi.stderr

10 lines
263 B
Plaintext
Raw Normal View History

error[E0776]: `#[cmse_nonsecure_entry]` functions require C ABI
--> $DIR/wrong-abi.rs:7:1
|
LL | #[cmse_nonsecure_entry]
| ^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0776`.