]> git.proxmox.com Git - rustc.git/blob - src/test/ui/cmse-nonsecure/cmse-nonsecure-entry/issue-83475.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / cmse-nonsecure / cmse-nonsecure-entry / issue-83475.stderr
1 error: attribute should be applied to a function definition
2 --> $DIR/issue-83475.rs:6:1
3 |
4 LL | #[cmse_nonsecure_entry]
5 | ^^^^^^^^^^^^^^^^^^^^^^^
6 LL |
7 LL | struct XEmpty2;
8 | --------------- not a function definition
9
10 error: aborting due to previous error
11