]> git.proxmox.com Git - rustc.git/blob - src/test/ui/cmse-nonsecure/cmse-nonsecure-entry/trustzone-only.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / cmse-nonsecure / cmse-nonsecure-entry / trustzone-only.stderr
1 error[E0775]: `#[cmse_nonsecure_entry]` is only valid for targets with the TrustZone-M extension
2 --> $DIR/trustzone-only.rs:5: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 E0775`.