Merge pull request #187 from gavofyork/wrapping_ops

fixed wrapping ops on latest nightly
This commit is contained in:
Arkadiy Paronyan
2016-01-19 12:19:09 +01:00
4 changed files with 115 additions and 104 deletions

View File

@@ -4,7 +4,6 @@ use common::*;
use evm;
use super::instructions as instructions;
use super::instructions::Instruction;
use std::num::wrapping::OverflowingOps;
use std::marker::Copy;
use evm::{MessageCallResult, ContractCreateResult};

View File

@@ -1,6 +1,5 @@
#![feature(cell_extras)]
#![feature(augmented_assignments)]
#![feature(wrapping)]
//#![feature(plugin)]
//#![plugin(interpolate_idents)]
//! Ethcore's ethereum implementation