Rust upgrade to 2016-04-12

This commit is contained in:
Manish Goregaokar 2016-04-14 02:13:33 +05:30
parent 7faa3ed9cb
commit e10c580768
No known key found for this signature in database
GPG key ID: 3BBF4D3E2EF79F98
13 changed files with 163 additions and 152 deletions

View file

@ -2,9 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use rustc::hir::{self, def};
use rustc::lint::{LateContext, LintPass, LintArray, Level, LateLintPass, LintContext};
use rustc::middle::def;
use rustc_front::hir;
use syntax::ast;
use utils::match_lang_ty;