fix-3078: verify test case

Check the crash test case by commenting out the fix
This commit is contained in:
Michael Wright 2018-08-25 22:35:06 +02:00
parent 45ceecc79c
commit 6256ad05ba

View file

@ -114,9 +114,11 @@ impl<'a, 'tcx: 'a, 'b> Visitor<'tcx> for SimilarNamesNameVisitor<'a, 'tcx, 'b> {
_ => walk_pat(self, pat),
}
}
/*
fn visit_mac(&mut self, _mac: &Mac) {
// do not check macs
}
*/
}
fn get_whitelist(interned_name: &str) -> Option<&'static [&'static str]> {