Rename syntax to rustc_ast in source code

This commit is contained in:
Vadim Petrochenkov 2020-02-29 20:37:32 +03:00
parent 6054a30370
commit e08c279eac
291 changed files with 650 additions and 637 deletions

View file

@ -19,6 +19,7 @@ use rustc_span::symbol::Symbol;
pub use llvm_util::target_features;
use rustc::dep_graph::WorkProduct;
use rustc_ast::expand::allocator::AllocatorKind;
use rustc_codegen_ssa::back::lto::{LtoModuleCodegen, SerializedModule, ThinModule};
use rustc_codegen_ssa::back::write::{CodegenContext, FatLTOInput, ModuleConfig};
use rustc_codegen_ssa::traits::*;
@ -28,7 +29,6 @@ use std::any::Any;
use std::ffi::CStr;
use std::fs;
use std::sync::Arc;
use syntax::expand::allocator::AllocatorKind;
use rustc::dep_graph::DepGraph;
use rustc::middle::cstore::{EncodedMetadata, MetadataLoaderDyn};