Files
rust/tests/ui/recursion_limit/no-value.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
440 B
Plaintext
Raw Normal View History

2025-08-24 13:25:36 +02:00
error[E0539]: malformed `recursion_limit` attribute input
--> $DIR/no-value.rs:3:1
|
LL | #![recursion_limit]
| ^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![recursion_limit = "N"]`
|
= note: for more information, visit <https://doc.rust-lang.org/reference/attributes/limits.html#the-recursion_limit-attribute>
error: aborting due to 1 previous error
2025-08-24 13:25:36 +02:00
For more information about this error, try `rustc --explain E0539`.