diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-01-31 11:54:06 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2024-04-08 12:00:07 +0000 |
| commit | c4efc25bfa7be7fe65b40de7d71faac63f218543 (patch) | |
| tree | 04a788261d6b7598952564d26df32cded1583b2c /compiler/rustc_passes/src | |
| parent | c340e67deca58387541e33f4a597d82e07406170 (diff) | |
| download | rust-c4efc25bfa7be7fe65b40de7d71faac63f218543.tar.gz rust-c4efc25bfa7be7fe65b40de7d71faac63f218543.zip | |
Thread pattern types through the HIR
Diffstat (limited to 'compiler/rustc_passes/src')
| -rw-r--r-- | compiler/rustc_passes/src/hir_stats.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_passes/src/hir_stats.rs b/compiler/rustc_passes/src/hir_stats.rs index abde360a26f..72c6a714e4d 100644 --- a/compiler/rustc_passes/src/hir_stats.rs +++ b/compiler/rustc_passes/src/hir_stats.rs @@ -352,6 +352,7 @@ impl<'v> hir_visit::Visitor<'v> for StatCollector<'v> { TraitObject, Typeof, Infer, + Pat, Err ] ); |
