-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Tracking issue for RFC 490 - DST syntax changes #19607
Comments
Happy to mentor this if anyone wants to do it. It requires some changes to the parser and then a bunch of cleanup of libraries etc. Probably the easiest way to handle the fallout will be to accept both the old and new forms and remove the old form after a snapshot. |
I've assigned myself so I don't forget this, but I'm happy if anyone wants to take this. |
The syntax in the OP ( Also, a gentle reminder that rustdoc should be updated to render the new syntax too! |
The RFC is right (and I've updated the OP). |
1.0 P-backcompat-lang |
Is anyone actively working this? I'm looking to pick something else up to work on concurrently to the where clause stuff. I was also recently working on the parser for where clauses and think I won't need much guidance. |
@jroesch sorry didn't see your comment until now, but yes, I'm working on it |
I believe this is complete, nominating for closure. |
Yeah, should have been closed by #20602 |
Change
Sized? T
toT: ?Sized
andtrait T for Sized?
totrait T for ?Sized
.Nominated because backwards incompatible - lang
The text was updated successfully, but these errors were encountered: