]> git.proxmox.com Git - rustc.git/blame - 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
CommitLineData
136023e0
XL
1error[E0776]: `#[cmse_nonsecure_entry]` requires C ABI
2 --> $DIR/wrong-abi.rs:9:1
1b1a35ee
XL
3 |
4LL | #[cmse_nonsecure_entry]
5 | ^^^^^^^^^^^^^^^^^^^^^^^
6
7error: aborting due to previous error
8
9For more information about this error, try `rustc --explain E0776`.