mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
41c6bb1096
This will be used to keep track of the origin of a local in the AST. In particular, it will be used by `async fn` lowering for the locals in `let <pat>: <ty> = __arg0;` statements.