mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
19 lines
600 B
Plaintext
19 lines
600 B
Plaintext
|
error: failed to find an overloaded call trait for closure call
|
||
|
--> $DIR/fn-fn_mut-call-ill-formed.rs:39:5
|
||
|
|
|
||
|
LL | a();
|
||
|
| ^^^
|
||
|
|
|
||
|
= help: make sure the `fn`/`fn_mut`/`fn_once` lang items are defined and have associated `call`/`call_mut`/`call_once` functions
|
||
|
|
||
|
error: failed to find an overloaded call trait for closure call
|
||
|
--> $DIR/fn-fn_mut-call-ill-formed.rs:43:5
|
||
|
|
|
||
|
LL | b();
|
||
|
| ^^^
|
||
|
|
|
||
|
= 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 2 previous errors
|
||
|
|