mirror of
https://git.proxmox.com/git/rustc
synced 2025-06-13 06:14:50 +00:00
10 lines
256 B
Plaintext
10 lines
256 B
Plaintext
error[E0776]: `#[cmse_nonsecure_entry]` requires C ABI
|
|
--> $DIR/wrong-abi.rs:9:1
|
|
|
|
|
LL | #[cmse_nonsecure_entry]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0776`.
|