]> git.proxmox.com Git - rustc.git/blob - src/test/ui/cmse-nonsecure/cmse-nonsecure-entry/wrong-abi.stderr
New upstream version 1.55.0+dfsg1
[rustc.git] / src / test / ui / cmse-nonsecure / cmse-nonsecure-entry / wrong-abi.stderr
1 error[E0776]: `#[cmse_nonsecure_entry]` requires C ABI
2 --> $DIR/wrong-abi.rs:9:1
3 |
4 LL | #[cmse_nonsecure_entry]
5 | ^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0776`.