Refactor fn sig handling in preparation for supporting closures
This commit is contained in:
parent
12e129579d
commit
2b5e55fb17
4 changed files with 87 additions and 32 deletions
|
@ -6,6 +6,7 @@ extern crate syntax;
|
|||
extern crate rustc;
|
||||
extern crate rustc_mir;
|
||||
extern crate rustc_codegen_utils;
|
||||
extern crate rustc_target;
|
||||
extern crate rustc_incremental;
|
||||
extern crate rustc_data_structures;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue