mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

For example, the two following statements are desugared into a block whose `LetStmt` source is `AssignDesugar`: ```rust _ = ignoring_some_result(); (a, b) = (b, a); ```