]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_incremental/assert_dep_graph.rs
Rollup merge of #69697 - GuillaumeGomez:explanation-e0380, r=Dylan-DPC
[rust.git] / src / librustc_incremental / assert_dep_graph.rs
index 51cc091b6c0af24285afe2452559b9aa3127c4fd..c82ed0c2c49702ce6fe2359596dba82c3ad79c62 100644 (file)
@@ -38,6 +38,7 @@
 use rustc::dep_graph::{DepGraphQuery, DepKind, DepNode};
 use rustc::hir::map::Map;
 use rustc::ty::TyCtxt;
+use rustc_ast::ast;
 use rustc_data_structures::fx::FxHashSet;
 use rustc_data_structures::graph::implementation::{Direction, NodeIndex, INCOMING, OUTGOING};
 use rustc_hir as hir;
@@ -45,7 +46,6 @@
 use rustc_hir::intravisit::{self, NestedVisitorMap, Visitor};
 use rustc_span::symbol::sym;
 use rustc_span::Span;
-use syntax::ast;
 
 use std::env;
 use std::fs::{self, File};