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