mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-30 16:39:26 +00:00
12 lines
278 B
Text
12 lines
278 B
Text
|
error: recursing into entrypoint `a`
|
||
|
--> $DIR/entrypoint_recursion.rs:11:5
|
||
|
|
|
||
|
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
|
||
|
|