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 | ||
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 | ||