summaryrefslogtreecommitdiffstats
path: root/src/doc/unstable-book/src/compiler-flags/tiny-const-eval-limit.md
blob: 51c5fd69c63776b82ba8e0a6d173a364320a0634 (plain)
1
2
3
4
5
6
# `tiny-const-eval-limit`

--------------------

The `-Ztiny-const-eval-limit` compiler flag sets a tiny, non-configurable limit for const eval.
This flag should only be used by const eval tests in the rustc test suite.