rustc_target: move in syntax::abi and flip dependency.
This commit is contained in:
parent
030244cd4a
commit
04fa0e7bb3
80 changed files with 106 additions and 77 deletions
|
@ -678,7 +678,7 @@ mod tests {
|
|||
use syntax_pos::{self, Span, BytePos, Pos, NO_EXPANSION};
|
||||
use codemap::{respan, Spanned};
|
||||
use ast::{self, Ident, PatKind};
|
||||
use abi::Abi;
|
||||
use rustc_target::spec::abi::Abi;
|
||||
use attr::first_attr_value_str_by_name;
|
||||
use parse;
|
||||
use parse::parser::Parser;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue