]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/mir/interpret/error.rs
Update to use new librustc_error_codes library
[rust.git] / src / librustc / mir / interpret / error.rs
index d918b9ee67347e8ef4be0409e75c1c35a78da0e4..5f605756438c0945ebefe05a51bb08318c953970 100644 (file)
@@ -16,6 +16,8 @@
 
 use std::{fmt, env};
 
+use rustc_error_codes::*;
+
 #[derive(Debug, Copy, Clone, PartialEq, Eq, HashStable, RustcEncodable, RustcDecodable)]
 pub enum ErrorHandled {
     /// Already reported a lint or an error for this evaluation.