blob: 0c0c6596760e2663879ee537854f8e84ac3c10e5 [file] [log] [blame]
error: recursion limit reached while expanding the macro `recursive`
--> $DIR/infinite-macro-expansion.rs:2:12
|
LL | () => (recursive!())
| ^^^^^^^^^^^^
...
LL | recursive!()
| ------------ in this macro invocation
|
= help: consider adding a `#![recursion_limit="256"]` attribute to your crate
error: aborting due to previous error