rust/tests/ui/crate_level_checks/entrypoint_recursion.stderr

12 lines
278 B
Text
Raw Normal View History

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