1
Fork 0

Rustup to 1.9.0-nightly (bf5da36f1 2016-04-06)

This commit is contained in:
mcarton 2016-04-07 17:46:48 +02:00
parent c1c935db46
commit c24ba91123
60 changed files with 136 additions and 130 deletions

View file

@ -4,7 +4,7 @@ use rustc::ty::TyArray;
use rustc_const_eval::EvalHint::ExprTypeChecked;
use rustc_const_eval::eval_const_expr_partial;
use rustc_const_math::ConstInt;
use rustc_front::hir::*;
use rustc::hir::*;
use syntax::ast::RangeLimits;
use utils;