]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/coherence/mod.rs
Update to use new librustc_error_codes library
[rust.git] / src / librustc_typeck / coherence / mod.rs
index 8adf4bb94a898c66d88f63157e6a206f55122f0f..eac8958bc3be064d8fad48f9bbfadf1138f8795d 100644 (file)
@@ -12,6 +12,8 @@
 use rustc::ty::query::Providers;
 use rustc::util::common::time;
 
+use rustc_error_codes::*;
+
 mod builtin;
 mod inherent_impls;
 mod inherent_impls_overlap;