File tree
4 files changed
+10
-3
lines changed- compiler
- rustc_ast_lowering/src
- rustc_hir/src
- rustc_mir_build/src/thir/pattern
- rustc_passes/src
4 files changed
+10
-3
lines changedDiff for: compiler/rustc_ast_lowering/src/expr.rs
+5-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
184 |
| - | |
| 184 | + | |
185 | 185 |
| |
186 | 186 |
| |
187 |
| - | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
188 | 191 |
| |
189 | 192 |
| |
190 | 193 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2004 | 2004 |
| |
2005 | 2005 |
| |
2006 | 2006 |
| |
| 2007 | + | |
| 2008 | + | |
2007 | 2009 |
| |
2008 | 2010 |
| |
2009 | 2011 |
| |
| |||
2020 | 2022 |
| |
2021 | 2023 |
| |
2022 | 2024 |
| |
| 2025 | + | |
2023 | 2026 |
| |
2024 | 2027 |
| |
2025 | 2028 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
481 | 481 |
| |
482 | 482 |
| |
483 | 483 |
| |
| 484 | + | |
484 | 485 |
| |
485 | 486 |
| |
486 | 487 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
0 commit comments