Skip to content

Commit

Permalink
remove const_fn feature (it has no effect any more)
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed May 9, 2021
1 parent c538b20 commit ca86713
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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_fn_trait_bound, const_fn_unsize, const_eval_limit)]
#![feature(const_fn_trait_bound, const_fn_unsize, const_eval_limit)]
#![const_eval_limit = "10000000"]
use std::mem::MaybeUninit;

Expand Down
1 change: 0 additions & 1 deletion collector/benchmarks/packed-simd/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@
#![feature(
repr_simd,
const_fn,
platform_intrinsics,
stdsimd,
aarch64_target_feature,
Expand Down

0 comments on commit ca86713

Please sign in to comment.