Skip to content

Commit 8e0f85f

Browse files
committed
Fix tests
1 parent 92fa68b commit 8e0f85f

File tree

1 file changed

+1
-0
lines changed
  • proof_running_system/src

1 file changed

+1
-0
lines changed

proof_running_system/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#![cfg_attr(all(not(feature = "testing"), not(test)), no_std)]
22
#![feature(allocator_api)]
33
#![allow(incomplete_features)]
4+
#![feature(generic_const_exprs)]
45
#![feature(pointer_is_aligned_to)]
56
#![feature(slice_ptr_get)]
67
#![feature(const_trait_impl)]

0 commit comments

Comments
 (0)