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()
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2023-02-16 20:52:29 +00:00
|
|
|
= help: make sure the `fn`/`fn_mut`/`fn_once` lang items are defined and have correctly defined `call`/`call_mut`/`call_once` methods
|
2021-06-12 18:32:25 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|