We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22693ba commit 658e58cCopy full SHA for 658e58c
src/lib.rs
@@ -2,6 +2,7 @@
2
#![feature(const_fn)]
3
#![feature(alloc, allocator_api)]
4
#![no_std]
5
+#![feature(ptr_internals)]
6
7
extern crate alloc;
8
0 commit comments