summaryrefslogtreecommitdiffstats
path: root/tests/ui/lang-items/issue-86238.stderr
blob: 767e6de2263b990d1b24198b97de03486f224a1e (plain)
1
2
3
4
5
6
7
8
9
10
error: failed to find an overloaded call trait for closure call
  --> $DIR/issue-86238.rs:9:5
   |
LL |     one()
   |     ^^^^^
   |
   = help: make sure the `fn`/`fn_mut`/`fn_once` lang items are defined and have associated `call`/`call_mut`/`call_once` functions

error: aborting due to previous error