2020-09-28 15:10:38 -05:00
|
|
|
error[E0775]: `#[cmse_nonsecure_entry]` is only valid for targets with the TrustZone-M extension
|
2020-09-30 12:10:17 -05:00
|
|
|
--> $DIR/trustzone-only.rs:5:1
|
2020-09-28 15:10:38 -05:00
|
|
|
|
|
|
|
|
LL | #[cmse_nonsecure_entry]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0775`.
|