]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/middle/lang_items.rs
Update to use new librustc_error_codes library
[rust.git] / src / librustc / middle / lang_items.rs
index 41f02a876f5977cf13d44d5b684362a8952cb544..f6cd9b1c7ec0bdac2b1a4321939c1c2f833285ad 100644 (file)
@@ -23,6 +23,8 @@
 use crate::hir::itemlikevisit::ItemLikeVisitor;
 use crate::hir;
 
+use rustc_error_codes::*;
+
 // The actual lang items defined come at the end of this file in one handy table.
 // So you probably just want to nip down to the end.
 macro_rules! language_item_table {