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