]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/check/cast.rs
compiletest: Do not run debuginfo tests with gdb on msvc targets
[rust.git] / src / librustc_typeck / check / cast.rs
index cbbfe2d6278957a13d6ce25c1d76a4adeaa3835b..d254a84df72ce5b9264398ea352ccc02f0a71786 100644 (file)
@@ -49,8 +49,6 @@
 use rustc_span::Span;
 use syntax::ast;
 
-use rustc_error_codes::*;
-
 /// Reifies a cast check to be checked once we have full type information for
 /// a function context.
 pub struct CastCheck<'tcx> {