mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 01:44:04 +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); ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |