diff options
Diffstat (limited to 'src/librustc/ty/structural_impls.rs')
| -rw-r--r-- | src/librustc/ty/structural_impls.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/librustc/ty/structural_impls.rs b/src/librustc/ty/structural_impls.rs index 61ee7288a9b..c92128a1467 100644 --- a/src/librustc/ty/structural_impls.rs +++ b/src/librustc/ty/structural_impls.rs @@ -274,7 +274,7 @@ CloneTypeFoldableAndLiftImpls! { crate::middle::region::Scope, ::syntax::ast::FloatTy, ::syntax::ast::NodeId, - ::syntax_pos::symbol::Symbol, + ::rustc_span::symbol::Symbol, crate::hir::def::Res, crate::hir::def_id::DefId, crate::hir::InlineAsmInner, @@ -303,7 +303,7 @@ CloneTypeFoldableAndLiftImpls! { crate::ty::RegionVid, crate::ty::UniverseIndex, crate::ty::Variance, - ::syntax_pos::Span, + ::rustc_span::Span, } /////////////////////////////////////////////////////////////////////////// |
