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 6f6b247 commit e2a231eCopy full SHA for e2a231e
src/bin/freestanding.rs
@@ -21,7 +21,7 @@ _halt: ebreak
21
j _halt
22
");
23
24
-#[no_mangle]
+#[unsafe(no_mangle)]
25
extern "C" fn main() {
26
let mut console = Console::new();
27
0 commit comments