blob: b2e8c46c372a1e23f2ff2ffc612e6b8279c4ecee (
plain)
1
2
3
4
5
6
7
8
|
error: malformed `recursion_limit` attribute input
--> $DIR/no-value.rs:3:1
|
LL | #![recursion_limit]
| ^^^^^^^^^^^^^^^^^^^ help: must be of the form: `#![recursion_limit = "N"]`
error: aborting due to 1 previous error
|