1
Fork 0

remove use of ast_ty_to_ty_cache from librustdoc

This commit is contained in:
Niko Matsakis 2017-05-03 11:53:06 -04:00
parent 5efc86a838
commit 196c98d314
4 changed files with 7 additions and 4 deletions

View file

@ -41,6 +41,7 @@ extern crate rustc_resolve;
extern crate rustc_lint;
extern crate rustc_back;
extern crate rustc_metadata;
extern crate rustc_typeck;
extern crate serialize;
#[macro_use] extern crate syntax;
extern crate syntax_pos;