You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 and WhileLet, and introducing Let to ExprKind
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
IfLet
andWhileLet
, and introducingLet
toExprKind
Guard
await!()
macro callRest
toPatKind
Related PRs
Let(..)
in AST, remove IfLet + WhileLet and parse let chains rust#60861ast::Guard
rust#62075The text was updated successfully, but these errors were encountered: