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 b1b0bc8 commit a1005a6Copy full SHA for a1005a6
no_std_test/src/main.rs
@@ -27,6 +27,7 @@
27
//! * Requires linking with `libc` for calling `printf`.
28
//!
29
30
+#![allow(internal_features)] // for lang_items
31
#![feature(lang_items)]
32
#![feature(start)]
33
#![feature(core_intrinsics)]
0 commit comments