Skip to content

Commit 8b2ac30

Browse files
Merge pull request #1598 from oli-obk/ctfe-limits
Remove the now-unused ctfe step limit from the ctfe stress test
2 parents 23edace + b0d1a93 commit 8b2ac30

File tree

1 file changed

+0
-2
lines changed
  • collector/compile-benchmarks/ctfe-stress-5/src

1 file changed

+0
-2
lines changed

collector/compile-benchmarks/ctfe-stress-5/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#![allow(dead_code)]
2-
#![feature(const_eval_limit)]
3-
#![const_eval_limit = "10000000"]
42
use std::mem::MaybeUninit;
53

64
// Try to make CTFE actually do a lot of computation, without producing a big result.

0 commit comments

Comments
 (0)