rustup to rustc 1.14.0-nightly (7c69b0d5a 2016-11-01)

This commit is contained in:
Oliver Schneider
2016-11-03 10:38:08 +01:00
parent c50c6e52da
commit 19c44dab05
9 changed files with 54 additions and 101 deletions

View File

@@ -4,6 +4,7 @@
collections_bound,
rustc_private,
pub_restricted,
cell_extras,
)]
// From rustc.
@@ -30,7 +31,6 @@ pub use error::{
};
pub use interpreter::{
CachedMir,
EvalContext,
Frame,
eval_main,