We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92fa68b commit 8e0f85fCopy full SHA for 8e0f85f
proof_running_system/src/lib.rs
@@ -1,6 +1,7 @@
1
#![cfg_attr(all(not(feature = "testing"), not(test)), no_std)]
2
#![feature(allocator_api)]
3
#![allow(incomplete_features)]
4
+#![feature(generic_const_exprs)]
5
#![feature(pointer_is_aligned_to)]
6
#![feature(slice_ptr_get)]
7
#![feature(const_trait_impl)]
0 commit comments