2021-06-12 11:32:25 -05:00
|
|
|
error: failed to find an overloaded call trait for closure call
|
|
|
|
--> $DIR/issue-86238.rs:9:5
|
|
|
|
|
|
|
|
|
LL | one()
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2023-02-16 14:52:29 -06: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 11:32:25 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|