-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Guide: option<int> doesn't implement ToStr #17486
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
Comments
Here is the relevant section:
According to my understanding, the guide is saying here that both of these work, and do the same thing, which is take a string slice, and return an The first line however, doesn't return an
If we change the first line to, |
Yup! #17366 is a PR fixing it in exactly that way. 😄 |
The PR has been merged, so this is no loger an issue |
Thanks! |
the part of the guide that shows ::<> doesn't work now, or so I hear. Making an issue to investigate later
The text was updated successfully, but these errors were encountered: