summaryrefslogtreecommitdiffstats
path: root/src/doc/unstable-book/src/compiler-flags/tiny-const-eval-limit.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/unstable-book/src/compiler-flags/tiny-const-eval-limit.md')
-rw-r--r--src/doc/unstable-book/src/compiler-flags/tiny-const-eval-limit.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc/unstable-book/src/compiler-flags/tiny-const-eval-limit.md b/src/doc/unstable-book/src/compiler-flags/tiny-const-eval-limit.md
new file mode 100644
index 000000000..51c5fd69c
--- /dev/null
+++ b/src/doc/unstable-book/src/compiler-flags/tiny-const-eval-limit.md
@@ -0,0 +1,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.