77b21b644f
Changes: - Move from EarlyLintPass - Fix entrypoint check with function path def_id.
12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
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
|
|
|