mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
0c9482650c
Syntactically accept `become` expressions (explicit tail calls experiment) This adds `ast::ExprKind::Become`, implements parsing and properly gates the feature. cc `@scottmcm`