-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to find associated methods for types in some cases #1747
Comments
Dup of #1628 |
Reopening because it is actually not a direct dupe of #1628, just related to it. |
I am getting
|
|
@Braqzen the bug here was coming from a different problem---i.e. manually annotating the type made this example compile. There is a PR up right now that fixes this though. |
Potentially related: a recurring issue where
unwrap()
can't be found when trying to callresult.unwrap()
. Turns out this can be worked around by explicitly annotating the type:Originally posted by @adlerjohn in #1734 (comment)
The text was updated successfully, but these errors were encountered: