Merge pull request #239 from jedisct1/nightly

Changes for rust-nightly after #27856
This commit is contained in:
Manish Goregaokar
2015-08-27 03:44:30 +05:30
3 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ use rustc::lint::*;
use syntax::ast::*;
use syntax::codemap::{ExpnInfo, Span};
use rustc::ast_map::Node::NodeExpr;
use rustc::middle::def_id::DefId;
use rustc::middle::ty;
use std::borrow::Cow;