We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 23edace + b0d1a93 commit 8b2ac30Copy full SHA for 8b2ac30
collector/compile-benchmarks/ctfe-stress-5/src/lib.rs
@@ -1,6 +1,4 @@
1
#![allow(dead_code)]
2
-#![feature(const_eval_limit)]
3
-#![const_eval_limit = "10000000"]
4
use std::mem::MaybeUninit;
5
6
// Try to make CTFE actually do a lot of computation, without producing a big result.
0 commit comments