Use rustc_typeck::hir_ty_to_ty

This commit is contained in:
sinkuu
2017-10-11 23:08:36 +09:00
parent 5a61d88fa1
commit 31f16b87b7
3 changed files with 44 additions and 17 deletions

View File

@@ -13,6 +13,7 @@
#[macro_use]
extern crate rustc;
extern crate rustc_typeck;
extern crate syntax;
extern crate syntax_pos;