]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/coherence/inherent_impls.rs
Update to use new librustc_error_codes library
[rust.git] / src / librustc_typeck / coherence / inherent_impls.rs
index 5daa8f5d3191b1640b69097d7fb575ec257b7ccb..1c228396b8cb7f0ef3322d7c280d3d70a1a7fe2f 100644 (file)
@@ -15,6 +15,8 @@
 use syntax::ast;
 use syntax_pos::Span;
 
+use rustc_error_codes::*;
+
 /// On-demand query: yields a map containing all types mapped to their inherent impls.
 pub fn crate_inherent_impls(
     tcx: TyCtxt<'_>,