2019-12-12 22:18:21 -06:00
|
|
|
error: recursion limit reached while expanding `test!`
|
|
|
|
--> $DIR/zero.rs:10:1
|
|
|
|
|
|
|
|
|
LL | test!(test);
|
2021-10-14 13:28:28 -05:00
|
|
|
| ^^^^^^^^^^^
|
2019-12-12 22:18:21 -06:00
|
|
|
|
|
2021-09-28 15:16:42 -05:00
|
|
|
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "2"]` attribute to your crate (`zero`)
|
2019-12-12 22:18:21 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|