Skip to content

Commit

Permalink
Auto merge of rust-lang#63446 - Centril:refactor-lowering, r=oli-obk
Browse files Browse the repository at this point in the history
Refactor and categorize lowering wrt. items / exprs

Split lowering into more files along the lines of "expression related" and "item related".
Also refactor huge methods into smaller ones.

A next step might be to introduce "type related" and merge patterns and statements combined with expressions into "value related". There's still more work to do but the PR was getting too big :)

r? @oli-obk
  • Loading branch information
bors committed Aug 11, 2019
2 parents 2b78e10 + eb229bc commit 8a06869
Show file tree
Hide file tree
Showing 3 changed files with 2,989 additions and 2,857 deletions.
Loading

0 comments on commit 8a06869

Please sign in to comment.