mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-24 13:43:17 +00:00
11 lines
278 B
Text
11 lines
278 B
Text
error: recursing into entrypoint `a`
|
|
--> $DIR/entrypoint_recursion.rs:10:5
|
|
|
|
|
LL | a();
|
|
| ^
|
|
|
|
|
= help: consider using another function for this recursion
|
|
= note: `-D clippy::main-recursion` implied by `-D warnings`
|
|
|
|
error: aborting due to previous error
|
|
|