]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_typeck/check/dropck.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / librustc_typeck / check / dropck.rs
index 0c8df9bad448fdce38f9058397424495a11893e6..fba933ab0ce254f805f247ab4fea3fc904e59d53 100644 (file)
@@ -12,6 +12,8 @@ use crate::util::common::ErrorReported;
 
 use syntax_pos::Span;
 
+use rustc_error_codes::*;
+
 /// This function confirms that the `Drop` implementation identified by
 /// `drop_impl_did` is not any more specialized than the type it is
 /// attached to (Issue #8142).