rust/compiler/rustc_hir_analysis
Matthew Jasper 407cb24142 Remove hir::Guard
Use Expr instead. Use `ExprKind::Let` to represent if let guards.
2024-01-05 10:56:59 +00:00
..
2024-01-05 10:56:59 +00:00
2023-10-30 08:46:02 +11:00

For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.