]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc/dep_graph/safe.rs
New upstream version 1.43.0+dfsg1
[rustc.git] / src / librustc / dep_graph / safe.rs
index 23aef0c42983049ea9055530fe545d9d98cf57a8..74e32867cdec166ca93623cb9f673fa4e281a04f 100644 (file)
@@ -2,9 +2,9 @@
 
 use crate::ty::TyCtxt;
 
+use rustc_ast::ast::NodeId;
 use rustc_hir::def_id::DefId;
 use rustc_hir::BodyId;
-use syntax::ast::NodeId;
 
 /// The `DepGraphSafe` trait is used to specify what kinds of values
 /// are safe to "leak" into a task. The idea is that this should be