]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/impl_wf_check.rs
Rollup merge of #66633 - GuillaumeGomez:err-codes-cleanup, r=Dylan-DPC
[rust.git] / src / librustc_typeck / impl_wf_check.rs
index 2d188007712ad376c4bb570e3cec41177fed30a1..28fc44dfad5373ec3fc6dbd08f81f2c4c0b6057d 100644 (file)
@@ -19,6 +19,8 @@
 
 use syntax_pos::Span;
 
+use rustc_error_codes::*;
+
 /// Checks that all the type/lifetime parameters on an impl also
 /// appear in the trait ref or self type (or are constrained by a
 /// where-clause). These rules are needed to ensure that, given a