2019-06-17 10:36:42 -05:00
|
|
|
error: recursing into entrypoint `main`
|
|
|
|
--> $DIR/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
|
|
|
|
|
|
|
|
= note: `-D clippy::main-recursion` implied by `-D warnings`
|
2019-06-17 10:36:42 -05:00
|
|
|
= help: consider using another function for this recursion
|
2019-06-13 03:58:35 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|