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 ecb5dfe + 0cba432 commit 9442defCopy full SHA for 9442def
collector/benchmarks/ctfe-stress-4/src/lib.rs
@@ -1,5 +1,5 @@
1
#![allow(dead_code)]
2
-#![feature(const_fn, const_eval_limit)]
+#![feature(const_fn, const_fn_trait_bound, const_fn_unsize, const_eval_limit)]
3
#![const_eval_limit = "10000000"]
4
use std::mem::MaybeUninit;
5
0 commit comments