-
Notifications
You must be signed in to change notification settings - Fork 1.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
23.2 Lifetimes: Functions | mut_one() appears to just work? #256
Comments
Just noticed the same: if you uncomment |
I believe that recently lifetime elision was implemented in Rust. |
Related to #195 |
This has since been fixed. |
If I uncomment
mut_one()
, it looks like it just works and it doesn't error out. Did something change recently?The text was updated successfully, but these errors were encountered: