Files
rust/compiler
Matthias Krüger c0951bbce2 Rollup merge of #130510 - samueltardieu:doc-letstmt-assign-desugar, r=compiler-errors
doc: the source of `LetStmt` can also be `AssignDesugar`

For example, the two following statements are desugared into a block whose `LetStmt` source is `AssignDesugar`:

```rust
_ = ignoring_some_result();
(a, b) = (b, a);
```
2024-09-18 17:49:45 +02:00
..
2024-09-17 00:09:21 +02:00
2024-07-29 08:26:52 +10:00
2024-09-11 17:24:01 -04:00
2024-07-29 08:26:52 +10:00
2024-09-11 17:24:01 -04:00
2024-09-17 00:09:21 +02:00