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 fa680d2 commit 83b2382Copy full SHA for 83b2382
src/lib.rs
@@ -5,6 +5,7 @@
5
#![feature(alloc_error_handler)]
6
#![cfg_attr(not(test), no_std)]
7
extern crate alloc;
8
+#[cfg(not(test))]
9
extern crate compiler_builtins;
10
11
pub mod allocator;
0 commit comments