blob: d9f50d2dfc4b7f93e50bf62d90fd5d2f87d47080 [file] [log] [blame]
error: recursing into entrypoint `a`
--> tests/ui/crate_level_checks/entrypoint_recursion.rs:7:5
|
LL | a();
| ^
|
= help: consider using another function for this recursion
= note: `-D clippy::main-recursion` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::main_recursion)]`
error: aborting due to 1 previous error