mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
11 lines
311 B
Plaintext
11 lines
311 B
Plaintext
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
|
|
|