Skip to content

Commit

Permalink
Rollup merge of #77808 - Nicholas-Baron:fn_ctxt_impl, r=matthewjasper
Browse files Browse the repository at this point in the history
Moved the main `impl` for FnCtxt to its own file.

Resolves #77085 without breaking the API of the `FnCtxt` struct.

This is a solution to the file length being over 3000 (see issue #60302).

The other solution to the file length is
1. to change the API of this struct by
2. encapulating certain fields of the struct into other structs.
  • Loading branch information
Dylan-DPC authored Oct 14, 2020
2 parents 17ee28b + ce7c73c commit becd6c6
Show file tree
Hide file tree
Showing 6 changed files with 3,272 additions and 3,201 deletions.
Loading

0 comments on commit becd6c6

Please sign in to comment.