rust/tests/ui/cmse-nonsecure/cmse-nonsecure-entry/wrong-abi.stderr
2023-01-11 09:32:08 +00:00

10 lines
254 B
Plaintext

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