-
Notifications
You must be signed in to change notification settings - Fork 288
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
add nll-by-default blog post #989
Conversation
NLL is finally going to be used by default! I'd like to highlight this achievement and in particular the hard work of a bunch of people. It also gives us a chance to hype up polonius and educate people a bit about some of the limitations of the existing borrow checker.
cc @rust-lang/core |
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The date needs to be changed but otherwise looks good!
I've been holding off on updating this as we await the fate of rust-lang/rust#98095 (fix pending in rust-lang/rust#98109). It'd be a shame to post this triumphant blog post and then have to pull out the code :) |
@nikomatsakis or @jackh726 -- would one of you have the time to polish this post up so we can merge it sometime in the next couple weeks? We'd like to link to it from the main 1.63 release blog post, which will be posted August 11th -- I'd like to get this ready to go by August 3rd so there's some buffer in between them :) |
I'll polish it up later this evening. |
@jackh726 Did you get a chance to take a look here? |
@Mark-Simulacrum Should be good now. I added a bit of text to springboard the user to learning about NLL, if they so choose. |
Thanks! I think we can publish this tomorrow (ideally) or Friday - I'll try to remember to do that tomorrow, along with bumping the date. |
NLL is finally going to be used by default! I wanted to highlight this achievement and in particular the hard work of a bunch of people. It also gives us a chance to hype up polonius and educate people a bit about some of the limitations of the existing borrow checker.