9 lines
288 B
Text
9 lines
288 B
Text
error[E0296]: malformed recursion limit attribute, expected #![recursion_limit="N"]
|
|
--> $DIR/E0296.rs:11:1
|
|
|
|
|
LL | #![recursion_limit] //~ ERROR E0296
|
|
| ^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0296`.
|