summaryrefslogtreecommitdiffstats
path: root/src/test/ui/cmse-nonsecure/cmse-nonsecure-entry/trustzone-only.stderr
blob: 7e8862f9ab7f2fd9ad75f2200c0fc45303d0e899 (plain)
1
2
3
4
5
6
7
8
9
error[E0775]: `#[cmse_nonsecure_entry]` is only valid for targets with the TrustZone-M extension
  --> $DIR/trustzone-only.rs:5:1
   |
LL | #[cmse_nonsecure_entry]
   | ^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0775`.