mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-15 01:55:03 +00:00
12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
error: recursing into entrypoint `a`
|
|
--> $DIR/entrypoint_recursion.rs:10: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
|
|
|