rustc_target: move in syntax::abi and flip dependency.
This commit is contained in:
@@ -191,7 +191,7 @@ use std::cell::RefCell;
|
||||
use std::collections::HashSet;
|
||||
use std::vec;
|
||||
|
||||
use syntax::abi::Abi;
|
||||
use rustc_target::spec::abi::Abi;
|
||||
use syntax::ast::{
|
||||
self, BinOpKind, EnumDef, Expr, GenericParam, Generics, Ident, PatKind, VariantData
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user