1
Fork 0

Refactor fn sig handling in preparation for supporting closures

This commit is contained in:
bjorn3 2018-07-20 13:36:53 +02:00
parent 12e129579d
commit 2b5e55fb17
4 changed files with 87 additions and 32 deletions

View file

@ -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;