2021-06-25 15:36:38 +02:00
|
|
|
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
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-06-25 15:36:38 +02:00
|
|
|
|