diff options
| author | Trevor Gross <t.gross35@gmail.com> | 2024-07-16 02:02:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-16 02:02:24 -0500 |
| commit | 47600074fe36cc9bef4472b210f701ffb930c23c (patch) | |
| tree | 268e51bfe78a55e128a9b7d4a1e19f2368bdd4bb /compiler/rustc_parse/src/errors.rs | |
| parent | 57fef31096b56d2a4ccb2c11fee6cbbbc04750a9 (diff) | |
| parent | f7508f881676a3e123245bcf99f9f0d21d4d6b49 (diff) | |
| download | rust-47600074fe36cc9bef4472b210f701ffb930c23c.tar.gz rust-47600074fe36cc9bef4472b210f701ffb930c23c.zip | |
Rollup merge of #127709 - Zalathar:pair-mod, r=Nadrieril
match lowering: Move `MatchPair` tree creation to its own module This makes it easier to see that `MatchPair::new` has only one non-recursive caller, because the recursive callers are all in this module. No functional changes. --- I have used `git diff --color-moved` to verify that the moved code is identical to the old code, except for reduced visibility on the helper methods.
Diffstat (limited to 'compiler/rustc_parse/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
