Conversation

I see where you're coming from, and I would be unlikely to use them much, but I can see the appeal of closure-like items. The inference would only work for the return type, at least on what I was envisioning.
3
4
I personally don't feel the need for this feature, but I also know a lot of people that get turned off by Rust due to how ceremonial it can be during development. Some stay around for the benefits, others bounce.
1
1
I want to give people the option to do what they want, and lint against things we know are not best practices. But if you want to rely on spooky action at a distance within code that your consumers won't interact with or just use it during development? Go ahead!
1
2
Personally, I would like Rust to be slightly more aggressive with lifetime inference, but not with any other type inference
1