blob: 319ab783d55912188be746a48094618f08788fe6 [file] [log] [blame]
error: recursing into entrypoint `main`
--> tests/ui/crate_level_checks/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`
= help: to override `-D warnings` add `#[allow(clippy::main_recursion)]`
error: aborting due to 1 previous error