diff options
| author | Irina Popa <irinagpopa@gmail.com> | 2018-04-25 19:30:39 +0300 |
|---|---|---|
| committer | Irina Popa <irinagpopa@gmail.com> | 2018-04-26 17:49:16 +0300 |
| commit | 04fa0e7bb3e462080be4a6cee45fd94b1c27d287 (patch) | |
| tree | 13f3f018ba821be9c9375d5d06b3314e7994d7a1 /src/libsyntax/parse/parser.rs | |
| parent | 030244cd4a76914af7dc2939ed1a16f394ceda48 (diff) | |
| download | rust-04fa0e7bb3e462080be4a6cee45fd94b1c27d287.tar.gz rust-04fa0e7bb3e462080be4a6cee45fd94b1c27d287.zip | |
rustc_target: move in syntax::abi and flip dependency.
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 9fa3952ca80..324cadc84e8 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -use abi::{self, Abi}; +use rustc_target::spec::abi::{self, Abi}; use ast::{AngleBracketedParameterData, ParenthesizedParameterData, AttrStyle, BareFnTy}; use ast::{RegionTyParamBound, TraitTyParamBound, TraitBoundModifier}; use ast::Unsafety; |
