]> git.proxmox.com Git - rustc.git/blame - src/tools/clippy/tests/ui/crate_level_checks/entrypoint_recursion.stderr
New upstream version 1.52.1+dfsg1
[rustc.git] / src / tools / clippy / tests / ui / crate_level_checks / entrypoint_recursion.stderr
CommitLineData
f20569fa
XL
1error: recursing into entrypoint `a`
2 --> $DIR/entrypoint_recursion.rs:11:5
3 |
4LL | a();
5 | ^
6 |
7 = note: `-D clippy::main-recursion` implied by `-D warnings`
8 = help: consider using another function for this recursion
9
10error: aborting due to previous error
11