summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crate_level_checks/entrypoint_recursion.stderr
blob: 3d79a115cb30115b157c299cdee1d4da4ff416d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
error: recursing into entrypoint `a`
  --> $DIR/entrypoint_recursion.rs:10:5
   |
LL |     a();
   |     ^
   |
   = help: consider using another function for this recursion
   = note: `-D clippy::main-recursion` implied by `-D warnings`

error: aborting due to previous error