]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_hir/lang_items.rs
Auto merge of #69482 - lqd:poloniusup, r=nikomatsakis
[rust.git] / src / librustc_hir / lang_items.rs
index cb5ebba463394c08353fdf1699da288c915f1b88..fc91b68e3ea444d9ec09ff30a675cd143768134a 100644 (file)
 use crate::def_id::DefId;
 use crate::Target;
 
+use rustc_ast::ast;
 use rustc_data_structures::fx::FxHashMap;
 use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
 use rustc_macros::HashStable_Generic;
 use rustc_span::symbol::{sym, Symbol};
 use rustc_span::Span;
-use syntax::ast;
 
 use lazy_static::lazy_static;