2019-06-17 17:36:42 +02:00
|
|
|
error: recursing into entrypoint `a`
|
2022-07-28 19:08:22 +02:00
|
|
|
--> $DIR/entrypoint_recursion.rs:10:5
|
2019-06-17 17:36:42 +02:00
|
|
|
|
|
|
|
|
LL | a();
|
|
|
|
| ^
|
|
|
|
|
|
|
|
|
= help: consider using another function for this recursion
|
2022-09-22 20:04:22 +04:00
|
|
|
= note: `-D clippy::main-recursion` implied by `-D warnings`
|
2019-06-17 17:36:42 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|