2019-06-17 10:36:42 -05:00
|
|
|
error: recursing into entrypoint `main`
|
2024-01-25 03:38:43 -06:00
|
|
|
--> $DIR/crate_level_checks/std_main_recursion.rs:5:5
|
2019-06-13 03:58:35 -05:00
|
|
|
|
|
|
|
|
LL | main();
|
2019-06-17 10:36:42 -05:00
|
|
|
| ^^^^
|
2019-06-13 03:58:35 -05:00
|
|
|
|
|
2019-06-17 10:36:42 -05:00
|
|
|
= help: consider using another function for this recursion
|
2022-09-22 11:04:22 -05:00
|
|
|
= note: `-D clippy::main-recursion` implied by `-D warnings`
|
2023-08-01 07:02:21 -05:00
|
|
|
= help: to override `-D warnings` add `#[allow(clippy::main_recursion)]`
|
2019-06-13 03:58:35 -05:00
|
|
|
|
2023-11-21 11:08:42 -06:00
|
|
|
error: aborting due to 1 previous error
|
2019-06-13 03:58:35 -05:00
|
|
|
|