]> git.lizzy.rs Git - rust.git/blob - src/doc/unstable-book/src/language-features/const-eval-limit.md
Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJung
[rust.git] / src / doc / unstable-book / src / language-features / const-eval-limit.md
1 # `const_eval_limit`
2
3 The tracking issue for this feature is: [#67217]
4
5 [#67217]: https://github.com/rust-lang/rust/issues/67217
6
7 The `const_eval_limit` allows someone to limit the evaluation steps the CTFE undertakes to evaluate a `const fn`.