]> git.proxmox.com Git - rustc.git/blob - src/test/ui/cmse-nonsecure-entry/gate_test.stderr
New upstream version 1.49.0+dfsg1
[rustc.git] / src / test / ui / cmse-nonsecure-entry / gate_test.stderr
1 error[E0658]: the `#[cmse_nonsecure_entry]` attribute is an experimental feature
2 --> $DIR/gate_test.rs:4:1
3 |
4 LL | #[cmse_nonsecure_entry]
5 | ^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = note: see issue #75835 <https://github.com/rust-lang/rust/issues/75835> for more information
8 = help: add `#![feature(cmse_nonsecure_entry)]` to the crate attributes to enable
9
10 error[E0775]: `#[cmse_nonsecure_entry]` is only valid for targets with the TrustZone-M extension
11 --> $DIR/gate_test.rs:4:1
12 |
13 LL | #[cmse_nonsecure_entry]
14 | ^^^^^^^^^^^^^^^^^^^^^^^
15
16 error: aborting due to 2 previous errors
17
18 Some errors have detailed explanations: E0658, E0775.
19 For more information about an error, try `rustc --explain E0658`.