]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_utils/symbol_names_test.rs
Rollup merge of #69577 - GuillaumeGomez:cleanup-e0375, r=Dylan-DPC
[rust.git] / src / librustc_codegen_utils / symbol_names_test.rs
index 0a76093a9a9fdb68e9b1263eef18ecaaabe399b5..8f2f2628e7b7f2bce7658f7f3e72379fd43992be 100644 (file)
@@ -4,8 +4,8 @@
 //! def-path. This is used for unit testing the code that generates
 //! paths etc in all kinds of annoying scenarios.
 
-use rustc::hir;
 use rustc::ty::{Instance, TyCtxt};
+use rustc_hir as hir;
 use rustc_span::symbol::{sym, Symbol};
 
 const SYMBOL_NAME: Symbol = sym::rustc_symbol_name;