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.
1 parent 23edace commit b0d1a93Copy full SHA for b0d1a93
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