]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/check/generator_interior.rs
Auto merge of #57896 - oli-obk:permissive_existence, r=cramertj
[rust.git] / src / librustc_typeck / check / generator_interior.rs
index 225fa1dc4f45ca4bb0978a00188fcdae4007797a..7f4b0a96a15ab19c0e9acfda97fea432b1dd83fd 100644 (file)
@@ -11,7 +11,7 @@
 use rustc_data_structures::sync::Lrc;
 use syntax_pos::Span;
 use super::FnCtxt;
-use util::nodemap::FxHashMap;
+use crate::util::nodemap::FxHashMap;
 
 struct InteriorVisitor<'a, 'gcx: 'a+'tcx, 'tcx: 'a> {
     fcx: &'a FnCtxt<'a, 'gcx, 'tcx>,