Files
rust/tests/ui/recursion_limit/overflow.stderr
2025-09-08 15:07:12 -07:00

11 lines
303 B
Plaintext

error: `limit` must be a non-negative integer
--> $DIR/overflow.rs:3:1
|
LL | #![recursion_limit = "999999999999999999999999"]
| ^^^^^^^^^^^^^^^^^^^^^--------------------------^
| |
| `limit` is too large
error: aborting due to 1 previous error