mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
a47e9b6c54
For example, the two following statements are desugared into a block whose `LetStmt` source is `AssignDesugar`: ```rust _ = ignoring_some_result(); (a, b) = (b, a); ```