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