Skip to content

Commit cd77ab6

Browse files
Fix ctfe-stress-4
1 parent f68b967 commit cd77ab6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

collector/benchmarks/ctfe-stress-4/Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

collector/benchmarks/ctfe-stress-4/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[workspace]
2+
13
[package]
24
name = "ctfe-stress-4"
35
version = "0.1.0"

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#![feature(const_fn, const_let)]
1+
#![feature(const_fn, const_eval_limit)]
2+
#![const_eval_limit = "1000000"]
23
use std::mem::MaybeUninit;
34

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

0 commit comments

Comments
 (0)