rust/compiler/rustc_hir/src
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
..
arena.rs Remove unused arena kinds in rustc_hir and rustc_middle. 2023-11-20 15:05:26 +11:00
def_path_hash_map.rs Do not store stable crate id in on-disk hash map. 2023-12-24 17:22:48 +00:00
def.rs Fix a couple more DefKind discrepancies between DefKind::Closure and DefKind::SyntheticCoroutineBody 2024-09-16 22:09:42 -04:00
definitions.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
diagnostic_items.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
hir_id.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
hir.rs doc: the source of LetStmt can also be AssignDesugar 2024-09-18 15:27:04 +02:00
intravisit.rs Use FnSig instead of raw FnDecl for ForeignItemKind::Fn 2024-08-16 14:10:06 -04:00
lang_items.rs Make sure that def id <=> lang item map is bidirectional 2024-09-17 09:41:12 -04:00
lib.rs Add warn(unreachable_pub) to rustc_hir. 2024-08-27 12:59:20 +10:00
pat_util.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
stable_hash_impls.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
target.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
tests.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
weak_lang_items.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00