]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/hir/check_attr.rs
Update to use new librustc_error_codes library
[rust.git] / src / librustc / hir / check_attr.rs
index 96562002aa070240c1cffeee6b91d7bf7e91fe5a..ea1c585176d57c837e9cb6c310fc1cb3338cf3de 100644 (file)
@@ -16,6 +16,8 @@
 use syntax::{attr, symbol::sym};
 use syntax_pos::Span;
 
+use rustc_error_codes::*;
+
 #[derive(Copy, Clone, PartialEq)]
 pub(crate) enum MethodKind {
     Trait { body: bool },