2021-09-28 22:16:42 +02:00
|
|
|
error: malformed `recursion_limit` attribute input
|
|
|
|
--> $DIR/no-value.rs:3:1
|
|
|
|
|
|
|
|
|
LL | #![recursion_limit]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![recursion_limit = "N"]`
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-09-28 22:16:42 +02:00
|
|
|
|