mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-04 11:15:38 +00:00
12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
error: attribute should be applied to a function definition
|
|
--> $DIR/issue-83475.rs:6:1
|
|
|
|
|
LL | #[cmse_nonsecure_entry]
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
|
LL |
|
|
LL | struct XEmpty2;
|
|
| --------------- not a function definition
|
|
|
|
error: aborting due to 1 previous error
|
|
|