rust/tests/ui/lang-items/issue-86238.stderr

11 lines
306 B
Plaintext
Raw Normal View History

error: failed to find an overloaded call trait for closure call
--> $DIR/issue-86238.rs:9:5
|
LL | one()
| ^^^^^
|
2021-07-01 11:26:17 +00:00
= 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