We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daa0fe6 commit 59bd758Copy full SHA for 59bd758
ices/83475.rs
@@ -0,0 +1,5 @@
1
+#![feature(cmse_nonsecure_entry)]
2
+#[cmse_nonsecure_entry]
3
+struct XEmpty2;
4
+
5
+fn main() {}
0 commit comments