Skip to content

Commit

Permalink
Merge pull request #866 from RalfJung/const_fn
Browse files Browse the repository at this point in the history
add feature gate for const_fn splitting
  • Loading branch information
Mark-Simulacrum authored Apr 24, 2021
2 parents ecb5dfe + 0cba432 commit 9442def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/benchmarks/ctfe-stress-4/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![allow(dead_code)]
#![feature(const_fn, const_eval_limit)]
#![feature(const_fn, const_fn_trait_bound, const_fn_unsize, const_eval_limit)]
#![const_eval_limit = "10000000"]
use std::mem::MaybeUninit;

Expand Down

0 comments on commit 9442def

Please sign in to comment.