rustc_metadata: go only through rustc_serialize in astencode.

This commit is contained in:
Eduard Burtescu
2016-08-31 14:00:29 +03:00
parent 91e7239db4
commit fc363cb482
70 changed files with 605 additions and 1212 deletions

View File

@@ -18,8 +18,7 @@
use std::fmt;
use std::iter::repeat;
use rustc::middle::cstore::LOCAL_CRATE;
use rustc::hir::def_id::DefId;
use rustc::hir::def_id::{DefId, LOCAL_CRATE};
use syntax::abi::Abi;
use rustc::hir;