]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/check/pat.rs
compiletest: Do not run debuginfo tests with gdb on msvc targets
[rust.git] / src / librustc_typeck / check / pat.rs
index 1478b35a25ddc8785ff54d8f1b576ee4a5772e75..f9dee0e477f793f055fa5c5cf6b649826ba362e1 100644 (file)
@@ -15,8 +15,6 @@
 use syntax::ast;
 use syntax::util::lev_distance::find_best_match_for_name;
 
-use rustc_error_codes::*;
-
 use std::cmp;
 use std::collections::hash_map::Entry::{Occupied, Vacant};