Skip to content

Commit 0cba432

Browse files
committed
add feature gate for const_fn splitting
1 parent ecb5dfe commit 0cba432

File tree

1 file changed

+1
-1
lines changed
  • collector/benchmarks/ctfe-stress-4/src

1 file changed

+1
-1
lines changed

collector/benchmarks/ctfe-stress-4/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![allow(dead_code)]
2-
#![feature(const_fn, const_eval_limit)]
2+
#![feature(const_fn, const_fn_trait_bound, const_fn_unsize, const_eval_limit)]
33
#![const_eval_limit = "10000000"]
44
use std::mem::MaybeUninit;
55

0 commit comments

Comments
 (0)