1
Fork 0

Update rust to 0efb9dab8c7c07fa28e9df0eccc5c07ea3c17fbb (HIR+lints, Thu Sep 3 18:59:56 2015 +0530)

fixes #294
This commit is contained in:
Manish Goregaokar 2015-09-03 20:12:17 +05:30
commit eca185438b
27 changed files with 66 additions and 57 deletions

View file

@ -1,5 +1,5 @@
use rustc::lint::*;
use syntax::ast::*;
use rustc_front::hir::*;
use syntax::ptr::P;
use syntax::codemap::{Span, Spanned};
use rustc::middle::def_id::DefId;