Rustup to 1.9.0-nightly (30a3849f2 2016-03-30)
This commit is contained in:
parent
4f17633653
commit
9438f4f263
13 changed files with 44 additions and 40 deletions
|
|
@ -1,9 +1,10 @@
|
|||
use rustc::lint::*;
|
||||
use rustc::middle::const_eval::EvalHint::ExprTypeChecked;
|
||||
use rustc::middle::const_eval::{ConstVal, eval_const_expr_partial};
|
||||
use rustc::middle::const_val::ConstVal;
|
||||
use rustc::middle::cstore::CrateStore;
|
||||
use rustc::ty::subst::{Subst, TypeSpace};
|
||||
use rustc::ty;
|
||||
use rustc_const_eval::EvalHint::ExprTypeChecked;
|
||||
use rustc_const_eval::eval_const_expr_partial;
|
||||
use rustc_front::hir::*;
|
||||
use std::borrow::Cow;
|
||||
use std::fmt;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue