const TINY_LINT_TERMINATOR_LIMIT: usize = 20;
Expand description

The limit used by -Z tiny-const-eval-limit. This smaller limit is useful for internal tests not needing to run 30s or more to show some behaviour.