-
Notifications
You must be signed in to change notification settings - Fork 13.4k
librustc: Implement @mut [T] as the new replacement for @[mut T] #4013
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
Conversation
I think this change is a bit incomplete. You want to adjust (at least):
In general it might be good to ack for |
Oh, and it'd be good to add a borrowck-related test that makes sure that |
@nikomatsakis There are two different |
I see. I was confused. That said, can you update the various tests to use the new syntax? Here's a quick list I found with
|
r+ (though I think updating tests would be good) |
re-r? @nikomatsakis |
r+ |
r? @nikomatsakis