2021-06-12 18:32:25 +02:00
|
|
|
error: failed to find an overloaded call trait for closure call
|
|
|
|
--> $DIR/issue-86238.rs:9:5
|
|
|
|
|
|
|
|
|
LL | one()
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2021-07-01 13:26:17 +02:00
|
|
|
= help: make sure the `fn`/`fn_mut`/`fn_once` lang items are defined and have associated `call`/`call_mut`/`call_once` functions
|
2021-06-12 18:32:25 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|