Hacker News new | ask | show | jobs
by pornel 2222 days ago
It is great. Rust 1.0 with the old borrow checker required knowing where to strategically place extra curly brackets, and when to add `ref` or `.as_ref()` incantations.

Now with the smarter borrow checker and ergonomic improvements most of it is unnecessary, and the error messages know how to suggest the rest.

1 comments

Still quite a lot of circular gotchas, so it's not a panacea for studying the docs!