rust/compiler/rustc_hir
Samuel Tardieu a47e9b6c54 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 15:27:04 +02:00
..
src doc: the source of `LetStmt` can also be `AssignDesugar` 2024-09-18 15:27:04 +02:00
Cargo.toml Remove unnecessary dependencies. 2023-11-26 08:38:42 +11:00