about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/errors.rs
diff options
context:
space:
mode:
authorTrevor Gross <t.gross35@gmail.com>2024-07-16 02:02:24 -0500
committerGitHub <noreply@github.com>2024-07-16 02:02:24 -0500
commit47600074fe36cc9bef4472b210f701ffb930c23c (patch)
tree268e51bfe78a55e128a9b7d4a1e19f2368bdd4bb /compiler/rustc_parse/src/errors.rs
parent57fef31096b56d2a4ccb2c11fee6cbbbc04750a9 (diff)
parentf7508f881676a3e123245bcf99f9f0d21d4d6b49 (diff)
downloadrust-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