blob: c6e811a94fe2065187aae3684f5bcc3ba328207f (
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 correctly defined `call`/`call_mut`/`call_once` methods
error: aborting due to previous error
|