Closed
Description
There have been/will be quite a few updates to the Rust syntax. This PR keeps track of those updates so that I don't get panic on updating rustc-ap-*
the next time.
Major syntax updates
- Remove
IfLet
andWhileLet
, and introducingLet
toExprKind
- Remove
Guard
- Remove
await!()
macro call - Add
Rest
toPatKind
- Add attributes on function parameters (Support for attributes in function parameters #3623)
Related PRs
Metadata
Metadata
Assignees
Labels
No labels