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