Created
January 14, 2021 22:57
-
-
Save sanket1729/70f9c09ec4e0f44923bd707dd16d8495 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error[E0308]: mismatched types | |
--> src/test_random_miniscripts.rs:32:44 | |
| | |
32 | let ms: Result<_, ()> = ms.translate_pk( | |
| ^^^^^^^^^^^^ one type is more general than the other | |
| | |
= note: expected type `FnOnce<(&std::string::String,)>` | |
found type `FnOnce<(&std::string::String,)>` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment