]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/check/compare_method.rs
Add some type-alias-impl-trait regression tests
[rust.git] / src / librustc_typeck / check / compare_method.rs
index c35661ac649fc8e70e2d017c2929fcdf8bb7ac6f..414f80d84b672bc9bc87022e96391b3ae88ee1e6 100644 (file)
@@ -15,8 +15,6 @@
 
 use super::{potentially_plural_count, FnCtxt, Inherited};
 
-use rustc_error_codes::*;
-
 /// Checks that a method from an impl conforms to the signature of
 /// the same method as declared in the trait.
 ///